Shades of Reno Sand #B0671F
Tints of Reno Sand #B0671F
RGB
CMYK
RGB Variations
Color information
#B0671F (or 0xB0671F) is known color: Reno Sand. HEX triplet: B0, 67 and 1F. RGB value is (176,103,31). Sum of RGB (Red+Green+Blue) = 176+103+31=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671F is #4F98E0. Grayscale: #747474. Windows color (decimal): -5216481 or 2058160. OLE color: 2058160.
HSL color Cylindrical-coordinate representation of color #B0671F: hue angle of 29.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0671F is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 31 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.31 |
| HSL | 29.79º | 0.7% | 0.41% | - |
| HSV(B) | 29.79º | 0.82% | 0.69% | - |
| XYZ | 23 | 19.03 | 3.76 | - |
| YUV | 116.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 31 | 0 | 0.41 | 0.82 | 0.31 | 29.79 | 0.7 | 0.41 |
| Hex | B0 | 67 | 1F | 0 | 29 | 52 | 1F | 1E | 46 | 29 |
| Octal | 260 | 147 | 37 | 0 | 51 | 122 | 37 | 36 | 106 | 51 |
| Binary | 10110000 | 1100111 | 11111 | 0 | 101001 | 1010010 | 11111 | 11110 | 1000110 | 101001 |
Color Harmonies of #B0671F
Complementary color
Monochromatic Colors of #B0671F
Black with #B0671F
Text Example
Text Example
White with #B0671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0671F; }
p { color: rgb(176,103,31); }
H1.HeaderClassName
{
color: #B0671F;
}
.AnyTagClassName
{
color: #B0671F;
}
</style>
background-color css
<style>
a { background-color: #B0671F; }
a { background-color: rgb(176,103,31); }
div.DivClassName
{
background-color: #B0671F;
}
.BgClassName
{
background-color: #B0671F;
}
</style>
border-color css
<style>
span { border-color: #B0671F; }
span { border-color: rgb(176,103,31); }
td.TdClassName
{
border-color: #B0671F;
}
.TagClassName
{
border-color: #B0671F;
}
</style>