#BB5E70

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

Shades of Blush #BB5E70

Tints of Blush #BB5E70

Color information

#BB5E70 (or 0xBB5E70) is unknown color: approx Blush. HEX triplet: BB, 5E and 70. RGB value is (187,94,112). Sum of RGB (Red+Green+Blue) = 187+94+112=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E70 is #44A18F. Grayscale: #7B7B7B. Windows color (decimal): -4497808 or 7364283. OLE color: 7364283.

HSL color Cylindrical-coordinate representation of color #BB5E70: hue angle of 348.39º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E70 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18794112-
CMYK00.500.400.27
HSL348.39º40.61%55.1%-
HSV(B)348.39º49.73%73.33%-
XYZ27.4219.7417.69-
YUV123.86121.31173.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=47.58%
G=23.92%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879411200.500.400.27348.3940.6155.1
HexBB5E70032281B15c2937
Octal27313616006250335345167
Binary1011101110111101110000011001010100011011101011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E70; }

 p { color: rgb(187,94,112); }

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

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

 a { background-color: rgb(187,94,112); }

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

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

 span { border-color: rgb(187,94,112); }

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