#B3445A

Color #B3445A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B3445A

Tints of Hippie Pink #B3445A

Color information

#B3445A (or 0xB3445A) is unknown color: approx Hippie Pink. HEX triplet: B3, 44 and 5A. RGB value is (179,68,90). Sum of RGB (Red+Green+Blue) = 179+68+90=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3445A is #4CBBA5. Grayscale: #676767. Windows color (decimal): -5028774 or 5915827. OLE color: 5915827.

HSL color Cylindrical-coordinate representation of color #B3445A: hue angle of 348.11º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3445A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1796890-
CMYK00.620.500.30
HSL348.11º44.94%48.43%-
HSV(B)348.11º62.01%70.2%-
XYZ22.514.4611.28-
YUV103.7120.27181.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=53.12%
G=20.18%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179689000.620.500.30348.1144.9448.43
HexB3445A03E321E15c2d30
Octal26310413207662365345560
Binary1011001110001001011010011111011001011110101011100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3445A; }

 p { color: rgb(179,68,90); }

 H1.HeaderClassName
 {
   color: #B3445A;
 }
 .AnyTagClassName
 {
   color: #B3445A;
 }
</style>
background-color css

<style>
 a { background-color: #B3445A; }

 a { background-color: rgb(179,68,90); }

 div.DivClassName
 {
   background-color: #B3445A;
 }
 .BgClassName
 {
   background-color: #B3445A;
 }
</style>
border-color css

<style>
 span { border-color: #B3445A; }

 span { border-color: rgb(179,68,90); }

 td.TdClassName
 {
   border-color: #B3445A;
 }
 .TagClassName
 {
   border-color: #B3445A;
 }
</style>