#BB454F

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

Shades of Hippie Pink #BB454F

Tints of Hippie Pink #BB454F

Color information

#BB454F (or 0xBB454F) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 4F. RGB value is (187,69,79). Sum of RGB (Red+Green+Blue) = 187+69+79=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB454F is #44BAB0. Grayscale: #696969. Windows color (decimal): -4504241 or 5195195. OLE color: 5195195.

HSL color Cylindrical-coordinate representation of color #BB454F: hue angle of 354.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB454F is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1876979-
CMYK00.630.580.27
HSL354.92º46.46%50.2%-
HSV(B)354.92º63.1%73.33%-
XYZ24.0315.399.1-
YUV105.42113.09186.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.82%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=55.82%
G=20.60%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187697900.630.580.27354.9246.4650.2
HexBB454F03F3A1B1632e32
Octal27310511707772335435662
Binary1011101110001011001111011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB454F; }

 p { color: rgb(187,69,79); }

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

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

 a { background-color: rgb(187,69,79); }

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

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

 span { border-color: rgb(187,69,79); }

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