Shades of Chestnut #B35050
Tints of Chestnut #B35050
RGB
CMYK
RGB Variations
Color information
#B35050 (or 0xB35050) is known color: Chestnut. HEX triplet: B3, 50 and 50. RGB value is (179,80,80). Sum of RGB (Red+Green+Blue) = 179+80+80=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B35050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35050 is #4CAFAF. Grayscale: #6D6D6D. Windows color (decimal): -5025712 or 5263539. OLE color: 5263539.
HSL color Cylindrical-coordinate representation of color #B35050: hue angle of 0º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35050 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 80 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.30 |
| HSL | 0º | 0.39% | 0.51% | - |
| HSV(B) | 0º | 0.55% | 0.7% | - |
| XYZ | 22.91 | 15.9 | 9.45 | - |
| YUV | 109.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 80 | 0 | 0.55 | 0.55 | 0.30 | 0 | 0.39 | 0.51 |
| Hex | B3 | 50 | 50 | 0 | 37 | 37 | 1E | 0 | 27 | 33 |
| Octal | 263 | 120 | 120 | 0 | 67 | 67 | 36 | 0 | 47 | 63 |
| Binary | 10110011 | 1010000 | 1010000 | 0 | 110111 | 110111 | 11110 | 0 | 100111 | 110011 |
Color Harmonies of #B35050
Complementary color
Monochromatic Colors of #B35050
Black with #B35050
Text Example
Text Example
White with #B35050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35050; }
p { color: rgb(179,80,80); }
H1.HeaderClassName
{
color: #B35050;
}
.AnyTagClassName
{
color: #B35050;
}
</style>
background-color css
<style>
a { background-color: #B35050; }
a { background-color: rgb(179,80,80); }
div.DivClassName
{
background-color: #B35050;
}
.BgClassName
{
background-color: #B35050;
}
</style>
border-color css
<style>
span { border-color: #B35050; }
span { border-color: rgb(179,80,80); }
td.TdClassName
{
border-color: #B35050;
}
.TagClassName
{
border-color: #B35050;
}
</style>