#B9504B

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

Shades of Chestnut #B9504B

Tints of Chestnut #B9504B

Color information

#B9504B (or 0xB9504B) is unknown color: approx Chestnut. HEX triplet: B9, 50 and 4B. RGB value is (185,80,75). Sum of RGB (Red+Green+Blue) = 185+80+75=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9504B is #46AFB4. Grayscale: #6E6E6E. Windows color (decimal): -4632501 or 4935865. OLE color: 4935865.

HSL color Cylindrical-coordinate representation of color #B9504B: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9504B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1858075-
CMYK00.570.590.27
HSL2.73º44%50.98%-
HSV(B)2.73º59.46%72.55%-
XYZ24.1516.568.58-
YUV110.82107.79180.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=54.41%
G=23.53%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185807500.570.590.272.734450.98
HexB9504B0393B1B32c33
Octal271120113071733335463
Binary101110011010000100101101110011110111101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9504B; }

 p { color: rgb(185,80,75); }

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

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

 a { background-color: rgb(185,80,75); }

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

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

 span { border-color: rgb(185,80,75); }

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