Shades of Chestnut #B45351
Tints of Chestnut #B45351
RGB
CMYK
RGB Variations
Color information
#B45351 (or 0xB45351) is known color: Chestnut. HEX triplet: B4, 53 and 51. RGB value is (180,83,81). Sum of RGB (Red+Green+Blue) = 180+83+81=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B45351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45351 is #4BACAE. Grayscale: #6F6F6F. Windows color (decimal): -4959407 or 5329844. OLE color: 5329844.
HSL color Cylindrical-coordinate representation of color #B45351: hue angle of 1.21º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45351 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 81 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.29 |
| HSL | 1.21º | 0.4% | 0.51% | - |
| HSV(B) | 1.21º | 0.55% | 0.71% | - |
| XYZ | 23.4 | 16.48 | 9.73 | - |
| YUV | 111.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 81 | 0 | 0.54 | 0.55 | 0.29 | 1.21 | 0.4 | 0.51 |
| Hex | B4 | 53 | 51 | 0 | 36 | 37 | 1D | 1 | 28 | 33 |
| Octal | 264 | 123 | 121 | 0 | 66 | 67 | 35 | 1 | 50 | 63 |
| Binary | 10110100 | 1010011 | 1010001 | 0 | 110110 | 110111 | 11101 | 1 | 101000 | 110011 |
Color Harmonies of #B45351
Complementary color
Monochromatic Colors of #B45351
Black with #B45351
Text Example
Text Example
White with #B45351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45351; }
p { color: rgb(180,83,81); }
H1.HeaderClassName
{
color: #B45351;
}
.AnyTagClassName
{
color: #B45351;
}
</style>
background-color css
<style>
a { background-color: #B45351; }
a { background-color: rgb(180,83,81); }
div.DivClassName
{
background-color: #B45351;
}
.BgClassName
{
background-color: #B45351;
}
</style>
border-color css
<style>
span { border-color: #B45351; }
span { border-color: rgb(180,83,81); }
td.TdClassName
{
border-color: #B45351;
}
.TagClassName
{
border-color: #B45351;
}
</style>