#B74B46

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

Shades of Chestnut #B74B46

Tints of Chestnut #B74B46

Color information

#B74B46 (or 0xB74B46) is unknown color: approx Chestnut. HEX triplet: B7, 4B and 46. RGB value is (183,75,70). Sum of RGB (Red+Green+Blue) = 183+75+70=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B46 is #48B4B9. Grayscale: #6A6A6A. Windows color (decimal): -4764858 or 4606903. OLE color: 4606903.

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

Color convert

RGB1837570-
CMYK00.590.620.28
HSL2.65º44.66%49.61%-
HSV(B)2.65º61.75%71.76%-
XYZ23.1515.547.57-
YUV106.72107.28182.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=55.79%
G=22.87%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183757000.590.620.282.6544.6649.61
HexB74B4603B3E1C32d32
Octal267113106073763435562
Binary101101111001011100011001110111111101110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B46; }

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

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

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

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

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

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

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

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