Shades of Chestnut #BD453E
Tints of Chestnut #BD453E
RGB
CMYK
RGB Variations
Color information
#BD453E (or 0xBD453E) is known color: Chestnut. HEX triplet: BD, 45 and 3E. RGB value is (189,69,62). Sum of RGB (Red+Green+Blue) = 189+69+62=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD453E is #42BAC1. Grayscale: #686868. Windows color (decimal): -4373186 or 4081085. OLE color: 4081085.
HSL color Cylindrical-coordinate representation of color #BD453E: hue angle of 3.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD453E is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 62 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.26 |
| HSL | 3.31º | 0.51% | 0.49% | - |
| HSV(B) | 3.31º | 0.67% | 0.74% | - |
| XYZ | 23.98 | 15.42 | 6.27 | - |
| YUV | 104.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 62 | 0 | 0.63 | 0.67 | 0.26 | 3.31 | 0.51 | 0.49 |
| Hex | BD | 45 | 3E | 0 | 3F | 43 | 1A | 3 | 33 | 31 |
| Octal | 275 | 105 | 76 | 0 | 77 | 103 | 32 | 3 | 63 | 61 |
| Binary | 10111101 | 1000101 | 111110 | 0 | 111111 | 1000011 | 11010 | 11 | 110011 | 110001 |
Color Harmonies of #BD453E
Complementary color
Monochromatic Colors of #BD453E
Black with #BD453E
Text Example
Text Example
White with #BD453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD453E; }
p { color: rgb(189,69,62); }
H1.HeaderClassName
{
color: #BD453E;
}
.AnyTagClassName
{
color: #BD453E;
}
</style>
background-color css
<style>
a { background-color: #BD453E; }
a { background-color: rgb(189,69,62); }
div.DivClassName
{
background-color: #BD453E;
}
.BgClassName
{
background-color: #BD453E;
}
</style>
border-color css
<style>
span { border-color: #BD453E; }
span { border-color: rgb(189,69,62); }
td.TdClassName
{
border-color: #BD453E;
}
.TagClassName
{
border-color: #BD453E;
}
</style>