Shades of Chestnut #B64443
Tints of Chestnut #B64443
RGB
CMYK
RGB Variations
Color information
#B64443 (or 0xB64443) is known color: Chestnut. HEX triplet: B6, 44 and 43. RGB value is (182,68,67). Sum of RGB (Red+Green+Blue) = 182+68+67=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64443 is #49BBBC. Grayscale: #666666. Windows color (decimal): -4832189 or 4408502. OLE color: 4408502.
HSL color Cylindrical-coordinate representation of color #B64443: hue angle of 0.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64443 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 67 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.29 |
| HSL | 0.52º | 0.46% | 0.49% | - |
| HSV(B) | 0.52º | 0.63% | 0.71% | - |
| XYZ | 22.37 | 14.48 | 6.93 | - |
| YUV | 101.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 67 | 0 | 0.63 | 0.63 | 0.29 | 0.52 | 0.46 | 0.49 |
| Hex | B6 | 44 | 43 | 0 | 3F | 3F | 1D | 1 | 2E | 31 |
| Octal | 266 | 104 | 103 | 0 | 77 | 77 | 35 | 1 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1000011 | 0 | 111111 | 111111 | 11101 | 1 | 101110 | 110001 |
Color Harmonies of #B64443
Complementary color
Monochromatic Colors of #B64443
Black with #B64443
Text Example
Text Example
White with #B64443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64443; }
p { color: rgb(182,68,67); }
H1.HeaderClassName
{
color: #B64443;
}
.AnyTagClassName
{
color: #B64443;
}
</style>
background-color css
<style>
a { background-color: #B64443; }
a { background-color: rgb(182,68,67); }
div.DivClassName
{
background-color: #B64443;
}
.BgClassName
{
background-color: #B64443;
}
</style>
border-color css
<style>
span { border-color: #B64443; }
span { border-color: rgb(182,68,67); }
td.TdClassName
{
border-color: #B64443;
}
.TagClassName
{
border-color: #B64443;
}
</style>