Shades of Reno Sand #B06D32
Tints of Reno Sand #B06D32
RGB
CMYK
RGB Variations
Color information
#B06D32 (or 0xB06D32) is known color: Reno Sand. HEX triplet: B0, 6D and 32. RGB value is (176,109,50). Sum of RGB (Red+Green+Blue) = 176+109+50=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D32 is #4F92CD. Grayscale: #7A7A7A. Windows color (decimal): -5214926 or 3304880. OLE color: 3304880.
HSL color Cylindrical-coordinate representation of color #B06D32: hue angle of 28.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B06D32 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 50 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.31 |
| HSL | 28.1º | 0.56% | 0.44% | - |
| HSV(B) | 28.1º | 0.72% | 0.69% | - |
| XYZ | 23.95 | 20.4 | 5.69 | - |
| YUV | 122.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 50 | 0 | 0.38 | 0.72 | 0.31 | 28.1 | 0.56 | 0.44 |
| Hex | B0 | 6D | 32 | 0 | 26 | 48 | 1F | 1C | 38 | 2C |
| Octal | 260 | 155 | 62 | 0 | 46 | 110 | 37 | 34 | 70 | 54 |
| Binary | 10110000 | 1101101 | 110010 | 0 | 100110 | 1001000 | 11111 | 11100 | 111000 | 101100 |
Color Harmonies of #B06D32
Complementary color
Monochromatic Colors of #B06D32
Black with #B06D32
Text Example
Text Example
White with #B06D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D32; }
p { color: rgb(176,109,50); }
H1.HeaderClassName
{
color: #B06D32;
}
.AnyTagClassName
{
color: #B06D32;
}
</style>
background-color css
<style>
a { background-color: #B06D32; }
a { background-color: rgb(176,109,50); }
div.DivClassName
{
background-color: #B06D32;
}
.BgClassName
{
background-color: #B06D32;
}
</style>
border-color css
<style>
span { border-color: #B06D32; }
span { border-color: rgb(176,109,50); }
td.TdClassName
{
border-color: #B06D32;
}
.TagClassName
{
border-color: #B06D32;
}
</style>