#B74644

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

Shades of Chestnut #B74644

Tints of Chestnut #B74644

Color information

#B74644 (or 0xB74644) is unknown color: approx Chestnut. HEX triplet: B7, 46 and 44. RGB value is (183,70,68). Sum of RGB (Red+Green+Blue) = 183+70+68=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74644 is #48B9BB. Grayscale: #676767. Windows color (decimal): -4766140 or 4474551. OLE color: 4474551.

HSL color Cylindrical-coordinate representation of color #B74644: hue angle of 1.04º 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 #B74644 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1837068-
CMYK00.620.630.28
HSL1.04º45.82%49.22%-
HSV(B)1.04º62.84%71.76%-
XYZ22.7614.867.14-
YUV103.56107.94184.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=57.01%
G=21.81%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183706800.620.630.281.0445.8249.22
HexB7464403E3F1C12e31
Octal267106104076773415661
Binary10110111100011010001000111110111111111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74644; }

 p { color: rgb(183,70,68); }

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

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

 a { background-color: rgb(183,70,68); }

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

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

 span { border-color: rgb(183,70,68); }

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