#bb536d

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

Shades of Blush #BB536D

Tints of Blush #BB536D

Color information

#BB536D (or 0xBB536D) is unknown color: approx Blush. HEX triplet: BB, 53 and 6D. RGB value is (187,83,109). Sum of RGB (Red+Green+Blue) = 187+83+109=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB536D is #44AC92. Grayscale: #757575. Windows color (decimal): -4500627 or 7164859. OLE color: 7164859.

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

Color convert

RGB18783109-
CMYK00.560.420.27
HSL345º43.33%52.94%-
HSV(B)345º55.61%73.33%-
XYZ26.3517.8616.53-
YUV117.06123.46177.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=49.34%
G=21.90%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878310900.560.420.2734543.3352.94
HexBB536D0382A1B1592b35
Octal27312315507052335315365
Binary1011101110100111101101011100010101011011101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb536d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb536d; }

 p { color: rgb(187,83,109); }

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

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

 a { background-color: rgb(187,83,109); }

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

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

 span { border-color: rgb(187,83,109); }

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