#B9535B

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

Shades of Blush #B9535B

Tints of Blush #B9535B

Color information

#B9535B (or 0xB9535B) is unknown color: approx Blush. HEX triplet: B9, 53 and 5B. RGB value is (185,83,91). Sum of RGB (Red+Green+Blue) = 185+83+91=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9535B is #46ACA4. Grayscale: #727272. Windows color (decimal): -4631717 or 5985209. OLE color: 5985209.

HSL color Cylindrical-coordinate representation of color #B9535B: hue angle of 355.29º degrees, saturation: 0.42, 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 #B9535B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1858391-
CMYK00.550.510.27
HSL355.29º42.15%52.55%-
HSV(B)355.29º55.14%72.55%-
XYZ24.9917.2611.91-
YUV114.41114.79178.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=51.53%
G=23.12%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185839100.550.510.27355.2942.1552.55
HexB9535B037331B1632a35
Octal27112313306763335435265
Binary1011100110100111011011011011111001111011101100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9535B; }

 p { color: rgb(185,83,91); }

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

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

 a { background-color: rgb(185,83,91); }

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

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

 span { border-color: rgb(185,83,91); }

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