#BB4255

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

Shades of Hippie Pink #BB4255

Tints of Hippie Pink #BB4255

Color information

#BB4255 (or 0xBB4255) is unknown color: approx Hippie Pink. HEX triplet: BB, 42 and 55. RGB value is (187,66,85). Sum of RGB (Red+Green+Blue) = 187+66+85=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4255 is #44BDAA. Grayscale: #686868. Windows color (decimal): -4505003 or 5587643. OLE color: 5587643.

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

Color convert

RGB1876685-
CMYK00.650.550.27
HSL350.58º47.83%49.61%-
HSV(B)350.58º64.71%73.33%-
XYZ24.0815.1210.24-
YUV104.34117.09186.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=55.33%
G=19.53%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187668500.650.550.27350.5847.8349.61
HexBB4255041371B15f3032
Octal273102125010167335376062
Binary10111011100001010101010100000111011111011101011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4255; }

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

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

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

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

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

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

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

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