Shades of Chestnut #B3504F
Tints of Chestnut #B3504F
RGB
CMYK
RGB Variations
Color information
#B3504F (or 0xB3504F) is known color: Chestnut. HEX triplet: B3, 50 and 4F. RGB value is (179,80,79). Sum of RGB (Red+Green+Blue) = 179+80+79=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3504F is #4CAFB0. Grayscale: #6D6D6D. Windows color (decimal): -5025713 or 5198003. OLE color: 5198003.
HSL color Cylindrical-coordinate representation of color #B3504F: hue angle of 0.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3504F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 79 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.30 |
| HSL | 0.6º | 0.4% | 0.51% | - |
| HSV(B) | 0.6º | 0.56% | 0.7% | - |
| XYZ | 22.87 | 15.89 | 9.26 | - |
| YUV | 109.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 79 | 0 | 0.55 | 0.56 | 0.30 | 0.6 | 0.4 | 0.51 |
| Hex | B3 | 50 | 4F | 0 | 37 | 38 | 1E | 1 | 28 | 33 |
| Octal | 263 | 120 | 117 | 0 | 67 | 70 | 36 | 1 | 50 | 63 |
| Binary | 10110011 | 1010000 | 1001111 | 0 | 110111 | 111000 | 11110 | 1 | 101000 | 110011 |
Color Harmonies of #B3504F
Complementary color
Monochromatic Colors of #B3504F
Black with #B3504F
Text Example
Text Example
White with #B3504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3504F; }
p { color: rgb(179,80,79); }
H1.HeaderClassName
{
color: #B3504F;
}
.AnyTagClassName
{
color: #B3504F;
}
</style>
background-color css
<style>
a { background-color: #B3504F; }
a { background-color: rgb(179,80,79); }
div.DivClassName
{
background-color: #B3504F;
}
.BgClassName
{
background-color: #B3504F;
}
</style>
border-color css
<style>
span { border-color: #B3504F; }
span { border-color: rgb(179,80,79); }
td.TdClassName
{
border-color: #B3504F;
}
.TagClassName
{
border-color: #B3504F;
}
</style>