#BB4952

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

Shades of Hippie Pink #BB4952

Tints of Hippie Pink #BB4952

Color information

#BB4952 (or 0xBB4952) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 52. RGB value is (187,73,82). Sum of RGB (Red+Green+Blue) = 187+73+82=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4952 is #44B6AD. Grayscale: #6C6C6C. Windows color (decimal): -4503214 or 5392827. OLE color: 5392827.

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

Color convert

RGB1877382-
CMYK00.610.560.27
HSL355.26º45.6%50.98%-
HSV(B)355.26º60.96%73.33%-
XYZ24.415.949.77-
YUV108.11113.27184.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=54.68%
G=21.35%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187738200.610.560.27355.2645.650.98
HexBB495203D381B1632e33
Octal27311112207570335435663
Binary1011101110010011010010011110111100011011101100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4952; }

 p { color: rgb(187,73,82); }

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

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

 a { background-color: rgb(187,73,82); }

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

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

 span { border-color: rgb(187,73,82); }

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