Shades of Chestnut #B94A43
Tints of Chestnut #B94A43
RGB
CMYK
RGB Variations
Color information
#B94A43 (or 0xB94A43) is known color: Chestnut. HEX triplet: B9, 4A and 43. RGB value is (185,74,67). Sum of RGB (Red+Green+Blue) = 185+74+67=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A43 is #46B5BC. Grayscale: #6A6A6A. Windows color (decimal): -4634045 or 4410041. OLE color: 4410041.
HSL color Cylindrical-coordinate representation of color #B94A43: hue angle of 3.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94A43 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 67 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.27 |
| HSL | 3.56º | 0.47% | 0.49% | - |
| HSV(B) | 3.56º | 0.64% | 0.73% | - |
| XYZ | 23.47 | 15.62 | 7.09 | - |
| YUV | 106.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 67 | 0 | 0.6 | 0.64 | 0.27 | 3.56 | 0.47 | 0.49 |
| Hex | B9 | 4A | 43 | 0 | 3C | 40 | 1B | 4 | 2F | 31 |
| Octal | 271 | 112 | 103 | 0 | 74 | 100 | 33 | 4 | 57 | 61 |
| Binary | 10111001 | 1001010 | 1000011 | 0 | 111100 | 1000000 | 11011 | 100 | 101111 | 110001 |
Color Harmonies of #B94A43
Complementary color
Monochromatic Colors of #B94A43
Black with #B94A43
Text Example
Text Example
White with #B94A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A43; }
p { color: rgb(185,74,67); }
H1.HeaderClassName
{
color: #B94A43;
}
.AnyTagClassName
{
color: #B94A43;
}
</style>
background-color css
<style>
a { background-color: #B94A43; }
a { background-color: rgb(185,74,67); }
div.DivClassName
{
background-color: #B94A43;
}
.BgClassName
{
background-color: #B94A43;
}
</style>
border-color css
<style>
span { border-color: #B94A43; }
span { border-color: rgb(185,74,67); }
td.TdClassName
{
border-color: #B94A43;
}
.TagClassName
{
border-color: #B94A43;
}
</style>