#B3445C

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

Shades of Hippie Pink #B3445C

Tints of Hippie Pink #B3445C

Color information

#B3445C (or 0xB3445C) is unknown color: approx Hippie Pink. HEX triplet: B3, 44 and 5C. RGB value is (179,68,92). Sum of RGB (Red+Green+Blue) = 179+68+92=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3445C is #4CBBA3. Grayscale: #676767. Windows color (decimal): -5028772 or 6046899. OLE color: 6046899.

HSL color Cylindrical-coordinate representation of color #B3445C: hue angle of 347.03º 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 #B3445C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1796892-
CMYK00.620.490.30
HSL347.03º44.94%48.43%-
HSV(B)347.03º62.01%70.2%-
XYZ22.5914.4911.73-
YUV103.92121.27181.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=52.80%
G=20.06%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179689200.620.490.30347.0344.9448.43
HexB3445C03E311E15b2d30
Octal26310413407661365335560
Binary1011001110001001011100011111011000111110101011011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3445C; }

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

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

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

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

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

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

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

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