#BB5872

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

Shades of Blush #BB5872

Tints of Blush #BB5872

Color information

#BB5872 (or 0xBB5872) is unknown color: approx Blush. HEX triplet: BB, 58 and 72. RGB value is (187,88,114). Sum of RGB (Red+Green+Blue) = 187+88+114=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5872 is #44A78D. Grayscale: #787878. Windows color (decimal): -4499342 or 7493819. OLE color: 7493819.

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

Color convert

RGB18788114-
CMYK00.530.390.27
HSL344.24º42.13%53.92%-
HSV(B)344.24º52.94%73.33%-
XYZ27.0218.7618.12-
YUV120.56124.3175.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=48.07%
G=22.62%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878811400.530.390.27344.2442.1353.92
HexBB5872035271B1582a36
Octal27313016206547335305266
Binary1011101110110001110010011010110011111011101011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5872; }

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

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

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

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

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

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

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

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