#B9504E

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

Shades of Chestnut #B9504E

Tints of Chestnut #B9504E

Color information

#B9504E (or 0xB9504E) is unknown color: approx Chestnut. HEX triplet: B9, 50 and 4E. RGB value is (185,80,78). Sum of RGB (Red+Green+Blue) = 185+80+78=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9504E is #46AFB1. Grayscale: #6F6F6F. Windows color (decimal): -4632498 or 5132473. OLE color: 5132473.

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

Color convert

RGB1858078-
CMYK00.570.580.27
HSL1.12º43.32%51.57%-
HSV(B)1.12º57.84%72.55%-
XYZ24.2516.69.13-
YUV111.17109.29180.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=53.94%
G=23.32%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185807800.570.580.271.1243.3251.57
HexB9504E0393A1B12b34
Octal271120116071723315364
Binary10111001101000010011100111001111010110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9504E; }

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

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

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

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

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

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

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

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