Shades of Reno Sand #B06F32
Tints of Reno Sand #B06F32
RGB
CMYK
RGB Variations
Color information
#B06F32 (or 0xB06F32) is known color: Reno Sand. HEX triplet: B0, 6F and 32. RGB value is (176,111,50). Sum of RGB (Red+Green+Blue) = 176+111+50=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F32 is #4F90CD. Grayscale: #7B7B7B. Windows color (decimal): -5214414 or 3305392. OLE color: 3305392.
HSL color Cylindrical-coordinate representation of color #B06F32: hue angle of 29.05º 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 #B06F32 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 50 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.31 |
| HSL | 29.05º | 0.56% | 0.44% | - |
| HSV(B) | 29.05º | 0.72% | 0.69% | - |
| XYZ | 24.16 | 20.83 | 5.76 | - |
| YUV | 123.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 50 | 0 | 0.37 | 0.72 | 0.31 | 29.05 | 0.56 | 0.44 |
| Hex | B0 | 6F | 32 | 0 | 25 | 48 | 1F | 1D | 38 | 2C |
| Octal | 260 | 157 | 62 | 0 | 45 | 110 | 37 | 35 | 70 | 54 |
| Binary | 10110000 | 1101111 | 110010 | 0 | 100101 | 1001000 | 11111 | 11101 | 111000 | 101100 |
Color Harmonies of #B06F32
Complementary color
Monochromatic Colors of #B06F32
Black with #B06F32
Text Example
Text Example
White with #B06F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F32; }
p { color: rgb(176,111,50); }
H1.HeaderClassName
{
color: #B06F32;
}
.AnyTagClassName
{
color: #B06F32;
}
</style>
background-color css
<style>
a { background-color: #B06F32; }
a { background-color: rgb(176,111,50); }
div.DivClassName
{
background-color: #B06F32;
}
.BgClassName
{
background-color: #B06F32;
}
</style>
border-color css
<style>
span { border-color: #B06F32; }
span { border-color: rgb(176,111,50); }
td.TdClassName
{
border-color: #B06F32;
}
.TagClassName
{
border-color: #B06F32;
}
</style>