#B84746

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

Shades of Chestnut #B84746

Tints of Chestnut #B84746

Color information

#B84746 (or 0xB84746) is unknown color: approx Chestnut. HEX triplet: B8, 47 and 46. RGB value is (184,71,70). Sum of RGB (Red+Green+Blue) = 184+71+70=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B84746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84746 is #47B8B9. Grayscale: #686868. Windows color (decimal): -4700346 or 4605880. OLE color: 4605880.

HSL color Cylindrical-coordinate representation of color #B84746: hue angle of 0.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84746 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1847170-
CMYK00.610.620.28
HSL0.53º44.88%49.8%-
HSV(B)0.53º61.96%72.16%-
XYZ23.1315.147.5-
YUV104.67108.44184.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=56.62%
G=21.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184717000.610.620.280.5344.8849.8
HexB8474603D3E1C12d32
Octal270107106075763415562
Binary10111000100011110001100111101111110111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84746; }

 p { color: rgb(184,71,70); }

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

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

 a { background-color: rgb(184,71,70); }

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

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

 span { border-color: rgb(184,71,70); }

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