Shades of Reno Sand #B06F39
Tints of Reno Sand #B06F39
RGB
CMYK
RGB Variations
Color information
#B06F39 (or 0xB06F39) is known color: Reno Sand. HEX triplet: B0, 6F and 39. RGB value is (176,111,57). Sum of RGB (Red+Green+Blue) = 176+111+57=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F39 is #4F90C6. Grayscale: #7C7C7C. Windows color (decimal): -5214407 or 3764144. OLE color: 3764144.
HSL color Cylindrical-coordinate representation of color #B06F39: hue angle of 27.23º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B06F39 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 57 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.31 |
| HSL | 27.23º | 0.51% | 0.46% | - |
| HSV(B) | 27.23º | 0.68% | 0.69% | - |
| XYZ | 24.33 | 20.89 | 6.62 | - |
| YUV | 124.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 57 | 0 | 0.37 | 0.68 | 0.31 | 27.23 | 0.51 | 0.46 |
| Hex | B0 | 6F | 39 | 0 | 25 | 44 | 1F | 1B | 33 | 2E |
| Octal | 260 | 157 | 71 | 0 | 45 | 104 | 37 | 33 | 63 | 56 |
| Binary | 10110000 | 1101111 | 111001 | 0 | 100101 | 1000100 | 11111 | 11011 | 110011 | 101110 |
Color Harmonies of #B06F39
Complementary color
Monochromatic Colors of #B06F39
Black with #B06F39
Text Example
Text Example
White with #B06F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F39; }
p { color: rgb(176,111,57); }
H1.HeaderClassName
{
color: #B06F39;
}
.AnyTagClassName
{
color: #B06F39;
}
</style>
background-color css
<style>
a { background-color: #B06F39; }
a { background-color: rgb(176,111,57); }
div.DivClassName
{
background-color: #B06F39;
}
.BgClassName
{
background-color: #B06F39;
}
</style>
border-color css
<style>
span { border-color: #B06F39; }
span { border-color: rgb(176,111,57); }
td.TdClassName
{
border-color: #B06F39;
}
.TagClassName
{
border-color: #B06F39;
}
</style>