Shades of Chestnut #B84342
Tints of Chestnut #B84342
RGB
CMYK
RGB Variations
Color information
#B84342 (or 0xB84342) is known color: Chestnut. HEX triplet: B8, 43 and 42. RGB value is (184,67,66). Sum of RGB (Red+Green+Blue) = 184+67+66=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B84342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84342 is #47BCBD. Grayscale: #656565. Windows color (decimal): -4701374 or 4342712. OLE color: 4342712.
HSL color Cylindrical-coordinate representation of color #B84342: hue angle of 0.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84342 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 66 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.28 |
| HSL | 0.51º | 0.47% | 0.49% | - |
| HSV(B) | 0.51º | 0.64% | 0.72% | - |
| XYZ | 22.76 | 14.6 | 6.77 | - |
| YUV | 101.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 66 | 0 | 0.64 | 0.64 | 0.28 | 0.51 | 0.47 | 0.49 |
| Hex | B8 | 43 | 42 | 0 | 40 | 40 | 1C | 1 | 2F | 31 |
| Octal | 270 | 103 | 102 | 0 | 100 | 100 | 34 | 1 | 57 | 61 |
| Binary | 10111000 | 1000011 | 1000010 | 0 | 1000000 | 1000000 | 11100 | 1 | 101111 | 110001 |
Color Harmonies of #B84342
Complementary color
Monochromatic Colors of #B84342
Black with #B84342
Text Example
Text Example
White with #B84342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84342; }
p { color: rgb(184,67,66); }
H1.HeaderClassName
{
color: #B84342;
}
.AnyTagClassName
{
color: #B84342;
}
</style>
background-color css
<style>
a { background-color: #B84342; }
a { background-color: rgb(184,67,66); }
div.DivClassName
{
background-color: #B84342;
}
.BgClassName
{
background-color: #B84342;
}
</style>
border-color css
<style>
span { border-color: #B84342; }
span { border-color: rgb(184,67,66); }
td.TdClassName
{
border-color: #B84342;
}
.TagClassName
{
border-color: #B84342;
}
</style>