Shades of Chestnut #B54746
Tints of Chestnut #B54746
RGB
CMYK
RGB Variations
Color information
#B54746 (or 0xB54746) is known color: Chestnut. HEX triplet: B5, 47 and 46. RGB value is (181,71,70). Sum of RGB (Red+Green+Blue) = 181+71+70=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B54746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54746 is #4AB8B9. Grayscale: #676767. Windows color (decimal): -4896954 or 4605877. OLE color: 4605877.
HSL color Cylindrical-coordinate representation of color #B54746: hue angle of 0.54º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54746 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 70 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.29 |
| HSL | 0.54º | 0.44% | 0.49% | - |
| HSV(B) | 0.54º | 0.61% | 0.71% | - |
| XYZ | 22.41 | 14.77 | 7.46 | - |
| YUV | 103.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 70 | 0 | 0.61 | 0.61 | 0.29 | 0.54 | 0.44 | 0.49 |
| Hex | B5 | 47 | 46 | 0 | 3D | 3D | 1D | 1 | 2C | 31 |
| Octal | 265 | 107 | 106 | 0 | 75 | 75 | 35 | 1 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1000110 | 0 | 111101 | 111101 | 11101 | 1 | 101100 | 110001 |
Color Harmonies of #B54746
Complementary color
Monochromatic Colors of #B54746
Black with #B54746
Text Example
Text Example
White with #B54746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54746; }
p { color: rgb(181,71,70); }
H1.HeaderClassName
{
color: #B54746;
}
.AnyTagClassName
{
color: #B54746;
}
</style>
background-color css
<style>
a { background-color: #B54746; }
a { background-color: rgb(181,71,70); }
div.DivClassName
{
background-color: #B54746;
}
.BgClassName
{
background-color: #B54746;
}
</style>
border-color css
<style>
span { border-color: #B54746; }
span { border-color: rgb(181,71,70); }
td.TdClassName
{
border-color: #B54746;
}
.TagClassName
{
border-color: #B54746;
}
</style>