#bb4458

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

Shades of Hippie Pink #BB4458

Tints of Hippie Pink #BB4458

Color information

#BB4458 (or 0xBB4458) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 58. RGB value is (187,68,88). Sum of RGB (Red+Green+Blue) = 187+68+88=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4458 is #44BBA7. Grayscale: #696969. Windows color (decimal): -4504488 or 5784763. OLE color: 5784763.

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

Color convert

RGB1876888-
CMYK00.640.530.27
HSL349.92º46.67%50%-
HSV(B)349.92º63.64%73.33%-
XYZ24.3215.410.92-
YUV105.86117.92185.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=54.52%
G=19.83%
B=25.66%

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
Decimal187688800.640.530.27349.9246.6750
HexBB4458040351B15e2f32
Octal273104130010065335365762
Binary10111011100010010110000100000011010111011101011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4458; }

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

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

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

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

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

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

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

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