#BB4457

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

Shades of Hippie Pink #BB4457

Tints of Hippie Pink #BB4457

Color information

#BB4457 (or 0xBB4457) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 57. RGB value is (187,68,87). Sum of RGB (Red+Green+Blue) = 187+68+87=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4457 is #44BBA8. Grayscale: #696969. Windows color (decimal): -4504489 or 5719227. OLE color: 5719227.

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

Color convert

RGB1876887-
CMYK00.640.530.27
HSL350.42º46.67%50%-
HSV(B)350.42º63.64%73.33%-
XYZ24.2815.3910.71-
YUV105.75117.42185.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=54.68%
G=19.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187688700.640.530.27350.4246.6750
HexBB4457040351B15e2f32
Octal273104127010065335365762
Binary10111011100010010101110100000011010111011101011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4457; }

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

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

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

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

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

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

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

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