Shades of Chestnut #BE433F
Tints of Chestnut #BE433F
RGB
CMYK
RGB Variations
Color information
#BE433F (or 0xBE433F) is known color: Chestnut. HEX triplet: BE, 43 and 3F. RGB value is (190,67,63). Sum of RGB (Red+Green+Blue) = 190+67+63=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE433F is #41BCC0. Grayscale: #676767. Windows color (decimal): -4308161 or 4146110. OLE color: 4146110.
HSL color Cylindrical-coordinate representation of color #BE433F: hue angle of 1.89º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE433F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 63 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.25 |
| HSL | 1.89º | 0.5% | 0.5% | - |
| HSV(B) | 1.89º | 0.67% | 0.75% | - |
| XYZ | 24.14 | 15.32 | 6.39 | - |
| YUV | 103.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 63 | 0 | 0.65 | 0.67 | 0.25 | 1.89 | 0.5 | 0.5 |
| Hex | BE | 43 | 3F | 0 | 41 | 43 | 19 | 2 | 32 | 32 |
| Octal | 276 | 103 | 77 | 0 | 101 | 103 | 31 | 2 | 62 | 62 |
| Binary | 10111110 | 1000011 | 111111 | 0 | 1000001 | 1000011 | 11001 | 10 | 110010 | 110010 |
Color Harmonies of #BE433F
Complementary color
Monochromatic Colors of #BE433F
Black with #BE433F
Text Example
Text Example
White with #BE433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE433F; }
p { color: rgb(190,67,63); }
H1.HeaderClassName
{
color: #BE433F;
}
.AnyTagClassName
{
color: #BE433F;
}
</style>
background-color css
<style>
a { background-color: #BE433F; }
a { background-color: rgb(190,67,63); }
div.DivClassName
{
background-color: #BE433F;
}
.BgClassName
{
background-color: #BE433F;
}
</style>
border-color css
<style>
span { border-color: #BE433F; }
span { border-color: rgb(190,67,63); }
td.TdClassName
{
border-color: #BE433F;
}
.TagClassName
{
border-color: #BE433F;
}
</style>