Shades of Reno Sand #B06C2A
Tints of Reno Sand #B06C2A
RGB
CMYK
RGB Variations
Color information
#B06C2A (or 0xB06C2A) is known color: Reno Sand. HEX triplet: B0, 6C and 2A. RGB value is (176,108,42). Sum of RGB (Red+Green+Blue) = 176+108+42=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C2A is #4F93D5. Grayscale: #797979. Windows color (decimal): -5215190 or 2780336. OLE color: 2780336.
HSL color Cylindrical-coordinate representation of color #B06C2A: hue angle of 29.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B06C2A is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 42 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.31 |
| HSL | 29.55º | 0.61% | 0.43% | - |
| HSV(B) | 29.55º | 0.76% | 0.69% | - |
| XYZ | 23.68 | 20.12 | 4.83 | - |
| YUV | 120.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 42 | 0 | 0.39 | 0.76 | 0.31 | 29.55 | 0.61 | 0.43 |
| Hex | B0 | 6C | 2A | 0 | 27 | 4C | 1F | 1E | 3D | 2B |
| Octal | 260 | 154 | 52 | 0 | 47 | 114 | 37 | 36 | 75 | 53 |
| Binary | 10110000 | 1101100 | 101010 | 0 | 100111 | 1001100 | 11111 | 11110 | 111101 | 101011 |
Color Harmonies of #B06C2A
Complementary color
Monochromatic Colors of #B06C2A
Black with #B06C2A
Text Example
Text Example
White with #B06C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C2A; }
p { color: rgb(176,108,42); }
H1.HeaderClassName
{
color: #B06C2A;
}
.AnyTagClassName
{
color: #B06C2A;
}
</style>
background-color css
<style>
a { background-color: #B06C2A; }
a { background-color: rgb(176,108,42); }
div.DivClassName
{
background-color: #B06C2A;
}
.BgClassName
{
background-color: #B06C2A;
}
</style>
border-color css
<style>
span { border-color: #B06C2A; }
span { border-color: rgb(176,108,42); }
td.TdClassName
{
border-color: #B06C2A;
}
.TagClassName
{
border-color: #B06C2A;
}
</style>