Shades of Chestnut #B55351
Tints of Chestnut #B55351
RGB
CMYK
RGB Variations
Color information
#B55351 (or 0xB55351) is known color: Chestnut. HEX triplet: B5, 53 and 51. RGB value is (181,83,81). Sum of RGB (Red+Green+Blue) = 181+83+81=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B55351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55351 is #4AACAE. Grayscale: #707070. Windows color (decimal): -4893871 or 5329845. OLE color: 5329845.
HSL color Cylindrical-coordinate representation of color #B55351: hue angle of 1.2º 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 #B55351 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 81 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.29 |
| HSL | 1.2º | 0.4% | 0.51% | - |
| HSV(B) | 1.2º | 0.55% | 0.71% | - |
| XYZ | 23.63 | 16.6 | 9.74 | - |
| YUV | 112.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 81 | 0 | 0.54 | 0.55 | 0.29 | 1.2 | 0.4 | 0.51 |
| Hex | B5 | 53 | 51 | 0 | 36 | 37 | 1D | 1 | 28 | 33 |
| Octal | 265 | 123 | 121 | 0 | 66 | 67 | 35 | 1 | 50 | 63 |
| Binary | 10110101 | 1010011 | 1010001 | 0 | 110110 | 110111 | 11101 | 1 | 101000 | 110011 |
Color Harmonies of #B55351
Complementary color
Monochromatic Colors of #B55351
Black with #B55351
Text Example
Text Example
White with #B55351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55351; }
p { color: rgb(181,83,81); }
H1.HeaderClassName
{
color: #B55351;
}
.AnyTagClassName
{
color: #B55351;
}
</style>
background-color css
<style>
a { background-color: #B55351; }
a { background-color: rgb(181,83,81); }
div.DivClassName
{
background-color: #B55351;
}
.BgClassName
{
background-color: #B55351;
}
</style>
border-color css
<style>
span { border-color: #B55351; }
span { border-color: rgb(181,83,81); }
td.TdClassName
{
border-color: #B55351;
}
.TagClassName
{
border-color: #B55351;
}
</style>