#BB4855

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

Shades of Hippie Pink #BB4855

Tints of Hippie Pink #BB4855

Color information

#BB4855 (or 0xBB4855) is unknown color: approx Hippie Pink. HEX triplet: BB, 48 and 55. RGB value is (187,72,85). Sum of RGB (Red+Green+Blue) = 187+72+85=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4855 is #44B7AA. Grayscale: #6B6B6B. Windows color (decimal): -4503467 or 5589179. OLE color: 5589179.

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

Color convert

RGB1877285-
CMYK00.610.550.27
HSL353.22º45.82%50.78%-
HSV(B)353.22º61.5%73.33%-
XYZ24.4515.8610.37-
YUV107.87115.1184.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=54.36%
G=20.93%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187728500.610.550.27353.2245.8250.78
HexBB485503D371B1612e33
Octal27311012507567335415663
Binary1011101110010001010101011110111011111011101100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4855; }

 p { color: rgb(187,72,85); }

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

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

 a { background-color: rgb(187,72,85); }

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

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

 span { border-color: rgb(187,72,85); }

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