#B9514B

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

Shades of Chestnut #B9514B

Tints of Chestnut #B9514B

Color information

#B9514B (or 0xB9514B) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 4B. RGB value is (185,81,75). Sum of RGB (Red+Green+Blue) = 185+81+75=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9514B is #46AEB4. Grayscale: #6F6F6F. Windows color (decimal): -4632245 or 4936121. OLE color: 4936121.

HSL color Cylindrical-coordinate representation of color #B9514B: hue angle of 3.27º 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 #B9514B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1858175-
CMYK00.560.590.27
HSL3.27º44%50.98%-
HSV(B)3.27º59.46%72.55%-
XYZ24.2216.718.6-
YUV111.41107.46180.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=54.25%
G=23.75%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185817500.560.590.273.274450.98
HexB9514B0383B1B32c33
Octal271121113070733335463
Binary101110011010001100101101110001110111101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9514B; }

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

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

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

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

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

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

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

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