Shades of Chestnut #B8433F
Tints of Chestnut #B8433F
RGB
CMYK
RGB Variations
Color information
#B8433F (or 0xB8433F) is known color: Chestnut. HEX triplet: B8, 43 and 3F. RGB value is (184,67,63). Sum of RGB (Red+Green+Blue) = 184+67+63=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8433F is #47BCC0. Grayscale: #656565. Windows color (decimal): -4701377 or 4146104. OLE color: 4146104.
HSL color Cylindrical-coordinate representation of color #B8433F: hue angle of 1.98º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8433F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 63 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.28 |
| HSL | 1.98º | 0.49% | 0.48% | - |
| HSV(B) | 1.98º | 0.66% | 0.72% | - |
| XYZ | 22.67 | 14.56 | 6.32 | - |
| YUV | 101.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 63 | 0 | 0.64 | 0.66 | 0.28 | 1.98 | 0.49 | 0.48 |
| Hex | B8 | 43 | 3F | 0 | 40 | 42 | 1C | 2 | 31 | 30 |
| Octal | 270 | 103 | 77 | 0 | 100 | 102 | 34 | 2 | 61 | 60 |
| Binary | 10111000 | 1000011 | 111111 | 0 | 1000000 | 1000010 | 11100 | 10 | 110001 | 110000 |
Color Harmonies of #B8433F
Complementary color
Monochromatic Colors of #B8433F
Black with #B8433F
Text Example
Text Example
White with #B8433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8433F; }
p { color: rgb(184,67,63); }
H1.HeaderClassName
{
color: #B8433F;
}
.AnyTagClassName
{
color: #B8433F;
}
</style>
background-color css
<style>
a { background-color: #B8433F; }
a { background-color: rgb(184,67,63); }
div.DivClassName
{
background-color: #B8433F;
}
.BgClassName
{
background-color: #B8433F;
}
</style>
border-color css
<style>
span { border-color: #B8433F; }
span { border-color: rgb(184,67,63); }
td.TdClassName
{
border-color: #B8433F;
}
.TagClassName
{
border-color: #B8433F;
}
</style>