Shades of Chestnut #B25045
Tints of Chestnut #B25045
RGB
CMYK
RGB Variations
Color information
#B25045 (or 0xB25045) is known color: Chestnut. HEX triplet: B2, 50 and 45. RGB value is (178,80,69). Sum of RGB (Red+Green+Blue) = 178+80+69=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25045 is #4DAFBA. Grayscale: #6C6C6C. Windows color (decimal): -5091259 or 4542642. OLE color: 4542642.
HSL color Cylindrical-coordinate representation of color #B25045: hue angle of 6.06º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25045 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 69 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.30 |
| HSL | 6.06º | 0.44% | 0.48% | - |
| HSV(B) | 6.06º | 0.61% | 0.7% | - |
| XYZ | 22.3 | 15.63 | 7.47 | - |
| YUV | 108.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 69 | 0 | 0.55 | 0.61 | 0.30 | 6.06 | 0.44 | 0.48 |
| Hex | B2 | 50 | 45 | 0 | 37 | 3D | 1E | 6 | 2C | 30 |
| Octal | 262 | 120 | 105 | 0 | 67 | 75 | 36 | 6 | 54 | 60 |
| Binary | 10110010 | 1010000 | 1000101 | 0 | 110111 | 111101 | 11110 | 110 | 101100 | 110000 |
Color Harmonies of #B25045
Complementary color
Monochromatic Colors of #B25045
Black with #B25045
Text Example
Text Example
White with #B25045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25045; }
p { color: rgb(178,80,69); }
H1.HeaderClassName
{
color: #B25045;
}
.AnyTagClassName
{
color: #B25045;
}
</style>
background-color css
<style>
a { background-color: #B25045; }
a { background-color: rgb(178,80,69); }
div.DivClassName
{
background-color: #B25045;
}
.BgClassName
{
background-color: #B25045;
}
</style>
border-color css
<style>
span { border-color: #B25045; }
span { border-color: rgb(178,80,69); }
td.TdClassName
{
border-color: #B25045;
}
.TagClassName
{
border-color: #B25045;
}
</style>