Shades of Chestnut #BB5343
Tints of Chestnut #BB5343
RGB
CMYK
RGB Variations
Color information
#BB5343 (or 0xBB5343) is known color: Chestnut. HEX triplet: BB, 53 and 43. RGB value is (187,83,67). Sum of RGB (Red+Green+Blue) = 187+83+67=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5343 is #44ACBC. Grayscale: #707070. Windows color (decimal): -4500669 or 4412347. OLE color: 4412347.
HSL color Cylindrical-coordinate representation of color #BB5343: hue angle of 8º 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 #BB5343 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 67 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.27 |
| HSL | 8º | 0.47% | 0.5% | - |
| HSV(B) | 8º | 0.64% | 0.73% | - |
| XYZ | 24.6 | 17.16 | 7.33 | - |
| YUV | 112.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 67 | 0 | 0.56 | 0.64 | 0.27 | 8 | 0.47 | 0.5 |
| Hex | BB | 53 | 43 | 0 | 38 | 40 | 1B | 8 | 2F | 32 |
| Octal | 273 | 123 | 103 | 0 | 70 | 100 | 33 | 10 | 57 | 62 |
| Binary | 10111011 | 1010011 | 1000011 | 0 | 111000 | 1000000 | 11011 | 1000 | 101111 | 110010 |
Color Harmonies of #BB5343
Complementary color
Monochromatic Colors of #BB5343
Black with #BB5343
Text Example
Text Example
White with #BB5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5343; }
p { color: rgb(187,83,67); }
H1.HeaderClassName
{
color: #BB5343;
}
.AnyTagClassName
{
color: #BB5343;
}
</style>
background-color css
<style>
a { background-color: #BB5343; }
a { background-color: rgb(187,83,67); }
div.DivClassName
{
background-color: #BB5343;
}
.BgClassName
{
background-color: #BB5343;
}
</style>
border-color css
<style>
span { border-color: #BB5343; }
span { border-color: rgb(187,83,67); }
td.TdClassName
{
border-color: #BB5343;
}
.TagClassName
{
border-color: #BB5343;
}
</style>