#B8514A

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

Shades of Chestnut #B8514A

Tints of Chestnut #B8514A

Color information

#B8514A (or 0xB8514A) is unknown color: approx Chestnut. HEX triplet: B8, 51 and 4A. RGB value is (184,81,74). Sum of RGB (Red+Green+Blue) = 184+81+74=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8514A is #47AEB5. Grayscale: #6F6F6F. Windows color (decimal): -4697782 or 4870584. OLE color: 4870584.

HSL color Cylindrical-coordinate representation of color #B8514A: hue angle of 3.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8514A is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1848174-
CMYK00.560.600.28
HSL3.82º43.65%50.59%-
HSV(B)3.82º59.78%72.16%-
XYZ23.9516.578.41-
YUV111107.12180.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=54.28%
G=23.89%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184817400.560.600.283.8243.6550.59
HexB8514A0383C1C42c33
Octal270121112070743445463
Binary1011100010100011001010011100011110011100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8514A; }

 p { color: rgb(184,81,74); }

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

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

 a { background-color: rgb(184,81,74); }

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

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

 span { border-color: rgb(184,81,74); }

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