Shades of Chestnut #B25450
Tints of Chestnut #B25450
RGB
CMYK
RGB Variations
Color information
#B25450 (or 0xB25450) is known color: Chestnut. HEX triplet: B2, 54 and 50. RGB value is (178,84,80). Sum of RGB (Red+Green+Blue) = 178+84+80=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B25450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25450 is #4DABAF. Grayscale: #6F6F6F. Windows color (decimal): -5090224 or 5264562. OLE color: 5264562.
HSL color Cylindrical-coordinate representation of color #B25450: hue angle of 2.45º 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 #B25450 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 80 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.30 |
| HSL | 2.45º | 0.39% | 0.51% | - |
| HSV(B) | 2.45º | 0.55% | 0.7% | - |
| XYZ | 22.98 | 16.38 | 9.54 | - |
| YUV | 111.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 80 | 0 | 0.53 | 0.55 | 0.30 | 2.45 | 0.39 | 0.51 |
| Hex | B2 | 54 | 50 | 0 | 35 | 37 | 1E | 2 | 27 | 33 |
| Octal | 262 | 124 | 120 | 0 | 65 | 67 | 36 | 2 | 47 | 63 |
| Binary | 10110010 | 1010100 | 1010000 | 0 | 110101 | 110111 | 11110 | 10 | 100111 | 110011 |
Color Harmonies of #B25450
Complementary color
Monochromatic Colors of #B25450
Black with #B25450
Text Example
Text Example
White with #B25450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25450; }
p { color: rgb(178,84,80); }
H1.HeaderClassName
{
color: #B25450;
}
.AnyTagClassName
{
color: #B25450;
}
</style>
background-color css
<style>
a { background-color: #B25450; }
a { background-color: rgb(178,84,80); }
div.DivClassName
{
background-color: #B25450;
}
.BgClassName
{
background-color: #B25450;
}
</style>
border-color css
<style>
span { border-color: #B25450; }
span { border-color: rgb(178,84,80); }
td.TdClassName
{
border-color: #B25450;
}
.TagClassName
{
border-color: #B25450;
}
</style>