Shades of Reno Sand #B06F31
Tints of Reno Sand #B06F31
RGB
CMYK
RGB Variations
Color information
#B06F31 (or 0xB06F31) is known color: Reno Sand. HEX triplet: B0, 6F and 31. RGB value is (176,111,49). Sum of RGB (Red+Green+Blue) = 176+111+49=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F31 is #4F90CE. Grayscale: #7B7B7B. Windows color (decimal): -5214415 or 3239856. OLE color: 3239856.
HSL color Cylindrical-coordinate representation of color #B06F31: hue angle of 29.29º 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 #B06F31 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 49 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.31 |
| HSL | 29.29º | 0.56% | 0.44% | - |
| HSV(B) | 29.29º | 0.72% | 0.69% | - |
| XYZ | 24.14 | 20.82 | 5.65 | - |
| YUV | 123.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 49 | 0 | 0.37 | 0.72 | 0.31 | 29.29 | 0.56 | 0.44 |
| Hex | B0 | 6F | 31 | 0 | 25 | 48 | 1F | 1D | 38 | 2C |
| Octal | 260 | 157 | 61 | 0 | 45 | 110 | 37 | 35 | 70 | 54 |
| Binary | 10110000 | 1101111 | 110001 | 0 | 100101 | 1001000 | 11111 | 11101 | 111000 | 101100 |
Color Harmonies of #B06F31
Complementary color
Monochromatic Colors of #B06F31
Black with #B06F31
Text Example
Text Example
White with #B06F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F31; }
p { color: rgb(176,111,49); }
H1.HeaderClassName
{
color: #B06F31;
}
.AnyTagClassName
{
color: #B06F31;
}
</style>
background-color css
<style>
a { background-color: #B06F31; }
a { background-color: rgb(176,111,49); }
div.DivClassName
{
background-color: #B06F31;
}
.BgClassName
{
background-color: #B06F31;
}
</style>
border-color css
<style>
span { border-color: #B06F31; }
span { border-color: rgb(176,111,49); }
td.TdClassName
{
border-color: #B06F31;
}
.TagClassName
{
border-color: #B06F31;
}
</style>