#BB555D

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

Shades of Blush #BB555D

Tints of Blush #BB555D

Color information

#BB555D (or 0xBB555D) is unknown color: approx Blush. HEX triplet: BB, 55 and 5D. RGB value is (187,85,93). Sum of RGB (Red+Green+Blue) = 187+85+93=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB555D is #44AAA2. Grayscale: #747474. Windows color (decimal): -4500131 or 6116795. OLE color: 6116795.

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

Color convert

RGB1878593-
CMYK00.550.500.27
HSL355.29º42.86%53.33%-
HSV(B)355.29º54.55%73.33%-
XYZ25.7217.8512.45-
YUV116.41114.79178.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=51.23%
G=23.29%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187859300.550.500.27355.2942.8653.33
HexBB555D037321B1632b35
Octal27312513506762335435365
Binary1011101110101011011101011011111001011011101100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB555D; }

 p { color: rgb(187,85,93); }

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

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

 a { background-color: rgb(187,85,93); }

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

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

 span { border-color: rgb(187,85,93); }

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