#BB454E

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

Shades of Hippie Pink #BB454E

Tints of Hippie Pink #BB454E

Color information

#BB454E (or 0xBB454E) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 4E. RGB value is (187,69,78). Sum of RGB (Red+Green+Blue) = 187+69+78=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB454E is #44BAB1. Grayscale: #696969. Windows color (decimal): -4504242 or 5129659. OLE color: 5129659.

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

Color convert

RGB1876978-
CMYK00.630.580.27
HSL355.42º46.46%50.2%-
HSV(B)355.42º63.1%73.33%-
XYZ2415.378.91-
YUV105.31112.59186.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=55.99%
G=20.66%
B=23.35%

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
Decimal187697800.630.580.27355.4246.4650.2
HexBB454E03F3A1B1632e32
Octal27310511607772335435662
Binary1011101110001011001110011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB454E; }

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

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

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

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

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

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

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

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