Shades of Chestnut #B45350
Tints of Chestnut #B45350
RGB
CMYK
RGB Variations
Color information
#B45350 (or 0xB45350) is known color: Chestnut. HEX triplet: B4, 53 and 50. RGB value is (180,83,80). Sum of RGB (Red+Green+Blue) = 180+83+80=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B45350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45350 is #4BACAF. Grayscale: #6F6F6F. Windows color (decimal): -4959408 or 5264308. OLE color: 5264308.
HSL color Cylindrical-coordinate representation of color #B45350: hue angle of 1.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45350 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 80 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.29 |
| HSL | 1.8º | 0.4% | 0.51% | - |
| HSV(B) | 1.8º | 0.56% | 0.71% | - |
| XYZ | 23.36 | 16.47 | 9.54 | - |
| YUV | 111.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 80 | 0 | 0.54 | 0.56 | 0.29 | 1.8 | 0.4 | 0.51 |
| Hex | B4 | 53 | 50 | 0 | 36 | 38 | 1D | 2 | 28 | 33 |
| Octal | 264 | 123 | 120 | 0 | 66 | 70 | 35 | 2 | 50 | 63 |
| Binary | 10110100 | 1010011 | 1010000 | 0 | 110110 | 111000 | 11101 | 10 | 101000 | 110011 |
Color Harmonies of #B45350
Complementary color
Monochromatic Colors of #B45350
Black with #B45350
Text Example
Text Example
White with #B45350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45350; }
p { color: rgb(180,83,80); }
H1.HeaderClassName
{
color: #B45350;
}
.AnyTagClassName
{
color: #B45350;
}
</style>
background-color css
<style>
a { background-color: #B45350; }
a { background-color: rgb(180,83,80); }
div.DivClassName
{
background-color: #B45350;
}
.BgClassName
{
background-color: #B45350;
}
</style>
border-color css
<style>
span { border-color: #B45350; }
span { border-color: rgb(180,83,80); }
td.TdClassName
{
border-color: #B45350;
}
.TagClassName
{
border-color: #B45350;
}
</style>