#BB575E

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

Shades of Blush #BB575E

Tints of Blush #BB575E

Color information

#BB575E (or 0xBB575E) is unknown color: approx Blush. HEX triplet: BB, 57 and 5E. RGB value is (187,87,94). Sum of RGB (Red+Green+Blue) = 187+87+94=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB575E is #44A8A1. Grayscale: #757575. Windows color (decimal): -4499618 or 6182843. OLE color: 6182843.

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

Color convert

RGB1878794-
CMYK00.530.500.27
HSL355.8º42.37%53.73%-
HSV(B)355.8º53.48%73.33%-
XYZ25.9218.1912.73-
YUV117.7114.63177.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=50.82%
G=23.64%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187879400.530.500.27355.842.3753.73
HexBB575E035321B1642a36
Octal27312713606562335445266
Binary1011101110101111011110011010111001011011101100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB575E; }

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

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

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

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

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

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

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

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