#B84A44

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

Shades of Chestnut #B84A44

Tints of Chestnut #B84A44

Color information

#B84A44 (or 0xB84A44) is unknown color: approx Chestnut. HEX triplet: B8, 4A and 44. RGB value is (184,74,68). Sum of RGB (Red+Green+Blue) = 184+74+68=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A44 is #47B5BB. Grayscale: #6A6A6A. Windows color (decimal): -4699580 or 4475576. OLE color: 4475576.

HSL color Cylindrical-coordinate representation of color #B84A44: hue angle of 3.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84A44 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1847468-
CMYK00.600.630.28
HSL3.1º46.03%49.41%-
HSV(B)3.1º63.04%72.16%-
XYZ23.2615.517.24-
YUV106.21106.44183.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=56.44%
G=22.70%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184746800.600.630.283.146.0349.41
HexB84A4403C3F1C32e31
Octal270112104074773435661
Binary101110001001010100010001111001111111110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A44; }

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

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

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

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

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

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

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

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