Shades of Chestnut #B34A47
Tints of Chestnut #B34A47
RGB
CMYK
RGB Variations
Color information
#B34A47 (or 0xB34A47) is known color: Chestnut. HEX triplet: B3, 4A and 47. RGB value is (179,74,71). Sum of RGB (Red+Green+Blue) = 179+74+71=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A47 is #4CB5B8. Grayscale: #696969. Windows color (decimal): -5027257 or 4672179. OLE color: 4672179.
HSL color Cylindrical-coordinate representation of color #B34A47: hue angle of 1.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34A47 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 71 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.30 |
| HSL | 1.67º | 0.43% | 0.49% | - |
| HSV(B) | 1.67º | 0.6% | 0.7% | - |
| XYZ | 22.18 | 14.94 | 7.68 | - |
| YUV | 105.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 71 | 0 | 0.59 | 0.60 | 0.30 | 1.67 | 0.43 | 0.49 |
| Hex | B3 | 4A | 47 | 0 | 3B | 3C | 1E | 2 | 2B | 31 |
| Octal | 263 | 112 | 107 | 0 | 73 | 74 | 36 | 2 | 53 | 61 |
| Binary | 10110011 | 1001010 | 1000111 | 0 | 111011 | 111100 | 11110 | 10 | 101011 | 110001 |
Color Harmonies of #B34A47
Complementary color
Monochromatic Colors of #B34A47
Black with #B34A47
Text Example
Text Example
White with #B34A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A47; }
p { color: rgb(179,74,71); }
H1.HeaderClassName
{
color: #B34A47;
}
.AnyTagClassName
{
color: #B34A47;
}
</style>
background-color css
<style>
a { background-color: #B34A47; }
a { background-color: rgb(179,74,71); }
div.DivClassName
{
background-color: #B34A47;
}
.BgClassName
{
background-color: #B34A47;
}
</style>
border-color css
<style>
span { border-color: #B34A47; }
span { border-color: rgb(179,74,71); }
td.TdClassName
{
border-color: #B34A47;
}
.TagClassName
{
border-color: #B34A47;
}
</style>