#BB454B

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

Shades of Hippie Pink #BB454B

Tints of Hippie Pink #BB454B

Color information

#BB454B (or 0xBB454B) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 4B. RGB value is (187,69,75). Sum of RGB (Red+Green+Blue) = 187+69+75=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB454B is #44BAB4. Grayscale: #696969. Windows color (decimal): -4504245 or 4933051. OLE color: 4933051.

HSL color Cylindrical-coordinate representation of color #BB454B: hue angle of 356.95º 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 #BB454B is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1876975-
CMYK00.630.600.27
HSL356.95º46.46%50.2%-
HSV(B)356.95º63.1%73.33%-
XYZ23.8915.338.36-
YUV104.97111.09186.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=56.50%
G=20.85%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187697500.630.600.27356.9546.4650.2
HexBB454B03F3C1B1652e32
Octal27310511307774335455662
Binary1011101110001011001011011111111110011011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB454B; }

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

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

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

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

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

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

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

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