Shades of Reno Sand #BB6C39
Tints of Reno Sand #BB6C39
RGB
CMYK
RGB Variations
Color information
#BB6C39 (or 0xBB6C39) is known color: Reno Sand. HEX triplet: BB, 6C and 39. RGB value is (187,108,57). Sum of RGB (Red+Green+Blue) = 187+108+57=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C39 is #4493C6. Grayscale: #7E7E7E. Windows color (decimal): -4494279 or 3763387. OLE color: 3763387.
HSL color Cylindrical-coordinate representation of color #BB6C39: hue angle of 23.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB6C39 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 57 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.27 |
| HSL | 23.54º | 0.53% | 0.48% | - |
| HSV(B) | 23.54º | 0.7% | 0.73% | - |
| XYZ | 26.59 | 21.59 | 6.64 | - |
| YUV | 125.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 57 | 0 | 0.42 | 0.70 | 0.27 | 23.54 | 0.53 | 0.48 |
| Hex | BB | 6C | 39 | 0 | 2A | 46 | 1B | 18 | 35 | 30 |
| Octal | 273 | 154 | 71 | 0 | 52 | 106 | 33 | 30 | 65 | 60 |
| Binary | 10111011 | 1101100 | 111001 | 0 | 101010 | 1000110 | 11011 | 11000 | 110101 | 110000 |
Color Harmonies of #BB6C39
Complementary color
Monochromatic Colors of #BB6C39
Black with #BB6C39
Text Example
Text Example
White with #BB6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C39; }
p { color: rgb(187,108,57); }
H1.HeaderClassName
{
color: #BB6C39;
}
.AnyTagClassName
{
color: #BB6C39;
}
</style>
background-color css
<style>
a { background-color: #BB6C39; }
a { background-color: rgb(187,108,57); }
div.DivClassName
{
background-color: #BB6C39;
}
.BgClassName
{
background-color: #BB6C39;
}
</style>
border-color css
<style>
span { border-color: #BB6C39; }
span { border-color: rgb(187,108,57); }
td.TdClassName
{
border-color: #BB6C39;
}
.TagClassName
{
border-color: #BB6C39;
}
</style>