#B74846

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

Shades of Chestnut #B74846

Tints of Chestnut #B74846

Color information

#B74846 (or 0xB74846) is unknown color: approx Chestnut. HEX triplet: B7, 48 and 46. RGB value is (183,72,70). Sum of RGB (Red+Green+Blue) = 183+72+70=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74846 is #48B7B9. Grayscale: #696969. Windows color (decimal): -4765626 or 4606135. OLE color: 4606135.

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

Color convert

RGB1837270-
CMYK00.610.620.28
HSL1.06º44.66%49.61%-
HSV(B)1.06º61.75%71.76%-
XYZ22.9515.147.51-
YUV104.96108.27183.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=56.31%
G=22.15%
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
Decimal183727000.610.620.281.0644.6649.61
HexB7484603D3E1C12d32
Octal267110106075763415562
Binary10110111100100010001100111101111110111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74846; }

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

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

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

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

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

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

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

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