#BB4857

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

Shades of Hippie Pink #BB4857

Tints of Hippie Pink #BB4857

Color information

#BB4857 (or 0xBB4857) is unknown color: approx Hippie Pink. HEX triplet: BB, 48 and 57. RGB value is (187,72,87). Sum of RGB (Red+Green+Blue) = 187+72+87=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4857 is #44B7A8. Grayscale: #6C6C6C. Windows color (decimal): -4503465 or 5720251. OLE color: 5720251.

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

Color convert

RGB1877287-
CMYK00.610.530.27
HSL352.17º45.82%50.78%-
HSV(B)352.17º61.5%73.33%-
XYZ24.5315.8910.79-
YUV108.1116.1184.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=54.05%
G=20.81%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187728700.610.530.27352.1745.8250.78
HexBB485703D351B1602e33
Octal27311012707565335405663
Binary1011101110010001010111011110111010111011101100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4857; }

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

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

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

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

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

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

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

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