Shades of Chestnut #BC453D
Tints of Chestnut #BC453D
RGB
CMYK
RGB Variations
Color information
#BC453D (or 0xBC453D) is known color: Chestnut. HEX triplet: BC, 45 and 3D. RGB value is (188,69,61). Sum of RGB (Red+Green+Blue) = 188+69+61=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453D is #43BAC2. Grayscale: #676767. Windows color (decimal): -4438723 or 4015548. OLE color: 4015548.
HSL color Cylindrical-coordinate representation of color #BC453D: hue angle of 3.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC453D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 61 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.26 |
| HSL | 3.78º | 0.51% | 0.49% | - |
| HSV(B) | 3.78º | 0.68% | 0.74% | - |
| XYZ | 23.71 | 15.28 | 6.12 | - |
| YUV | 103.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 61 | 0 | 0.63 | 0.68 | 0.26 | 3.78 | 0.51 | 0.49 |
| Hex | BC | 45 | 3D | 0 | 3F | 44 | 1A | 4 | 33 | 31 |
| Octal | 274 | 105 | 75 | 0 | 77 | 104 | 32 | 4 | 63 | 61 |
| Binary | 10111100 | 1000101 | 111101 | 0 | 111111 | 1000100 | 11010 | 100 | 110011 | 110001 |
Color Harmonies of #BC453D
Complementary color
Monochromatic Colors of #BC453D
Black with #BC453D
Text Example
Text Example
White with #BC453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC453D; }
p { color: rgb(188,69,61); }
H1.HeaderClassName
{
color: #BC453D;
}
.AnyTagClassName
{
color: #BC453D;
}
</style>
background-color css
<style>
a { background-color: #BC453D; }
a { background-color: rgb(188,69,61); }
div.DivClassName
{
background-color: #BC453D;
}
.BgClassName
{
background-color: #BC453D;
}
</style>
border-color css
<style>
span { border-color: #BC453D; }
span { border-color: rgb(188,69,61); }
td.TdClassName
{
border-color: #BC453D;
}
.TagClassName
{
border-color: #BC453D;
}
</style>