#B9514E

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

Shades of Chestnut #B9514E

Tints of Chestnut #B9514E

Color information

#B9514E (or 0xB9514E) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 4E. RGB value is (185,81,78). Sum of RGB (Red+Green+Blue) = 185+81+78=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9514E is #46AEB1. Grayscale: #6F6F6F. Windows color (decimal): -4632242 or 5132729. OLE color: 5132729.

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

Color convert

RGB1858178-
CMYK00.560.580.27
HSL1.68º43.32%51.57%-
HSV(B)1.68º57.84%72.55%-
XYZ24.3316.759.16-
YUV111.75108.96180.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=53.78%
G=23.55%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185817800.560.580.271.6843.3251.57
HexB9514E0383A1B22b34
Octal271121116070723325364
Binary101110011010001100111001110001110101101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9514E; }

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

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

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

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

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

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

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

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