Shades of Chestnut #BB5344
Tints of Chestnut #BB5344
RGB
CMYK
RGB Variations
Color information
#BB5344 (or 0xBB5344) is known color: Chestnut. HEX triplet: BB, 53 and 44. RGB value is (187,83,68). Sum of RGB (Red+Green+Blue) = 187+83+68=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5344 is #44ACBB. Grayscale: #707070. Windows color (decimal): -4500668 or 4477883. OLE color: 4477883.
HSL color Cylindrical-coordinate representation of color #BB5344: hue angle of 7.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5344 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 68 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.27 |
| HSL | 7.56º | 0.47% | 0.5% | - |
| HSV(B) | 7.56º | 0.64% | 0.73% | - |
| XYZ | 24.63 | 17.17 | 7.48 | - |
| YUV | 112.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 68 | 0 | 0.56 | 0.64 | 0.27 | 7.56 | 0.47 | 0.5 |
| Hex | BB | 53 | 44 | 0 | 38 | 40 | 1B | 8 | 2F | 32 |
| Octal | 273 | 123 | 104 | 0 | 70 | 100 | 33 | 10 | 57 | 62 |
| Binary | 10111011 | 1010011 | 1000100 | 0 | 111000 | 1000000 | 11011 | 1000 | 101111 | 110010 |
Color Harmonies of #BB5344
Complementary color
Monochromatic Colors of #BB5344
Black with #BB5344
Text Example
Text Example
White with #BB5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5344; }
p { color: rgb(187,83,68); }
H1.HeaderClassName
{
color: #BB5344;
}
.AnyTagClassName
{
color: #BB5344;
}
</style>
background-color css
<style>
a { background-color: #BB5344; }
a { background-color: rgb(187,83,68); }
div.DivClassName
{
background-color: #BB5344;
}
.BgClassName
{
background-color: #BB5344;
}
</style>
border-color css
<style>
span { border-color: #BB5344; }
span { border-color: rgb(187,83,68); }
td.TdClassName
{
border-color: #BB5344;
}
.TagClassName
{
border-color: #BB5344;
}
</style>