Shades of Chestnut #B74644
Tints of Chestnut #B74644
RGB
CMYK
RGB Variations
Color information
#B74644 (or 0xB74644) is known color: 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
| RGB | 183 | 70 | 68 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.28 |
| HSL | 1.04º | 0.46% | 0.49% | - |
| HSV(B) | 1.04º | 0.63% | 0.72% | - |
| XYZ | 22.76 | 14.86 | 7.14 | - |
| YUV | 103.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 68 | 0 | 0.62 | 0.63 | 0.28 | 1.04 | 0.46 | 0.49 |
| Hex | B7 | 46 | 44 | 0 | 3E | 3F | 1C | 1 | 2E | 31 |
| Octal | 267 | 106 | 104 | 0 | 76 | 77 | 34 | 1 | 56 | 61 |
| Binary | 10110111 | 1000110 | 1000100 | 0 | 111110 | 111111 | 11100 | 1 | 101110 | 110001 |
Color Harmonies of #B74644
Complementary color
Monochromatic Colors of #B74644
Black with #B74644
Text Example
Text Example
White with #B74644
Text Example
Text Example
HTML Codes & Css Web 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>