Shades of Reno Sand #B3671F
Tints of Reno Sand #B3671F
RGB
CMYK
RGB Variations
Color information
#B3671F (or 0xB3671F) is known color: Reno Sand. HEX triplet: B3, 67 and 1F. RGB value is (179,103,31). Sum of RGB (Red+Green+Blue) = 179+103+31=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B3671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3671F is #4C98E0. Grayscale: #757575. Windows color (decimal): -5019873 or 2058163. OLE color: 2058163.
HSL color Cylindrical-coordinate representation of color #B3671F: hue angle of 29.19º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3671F is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 31 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.30 |
| HSL | 29.19º | 0.7% | 0.41% | - |
| HSV(B) | 29.19º | 0.83% | 0.7% | - |
| XYZ | 23.69 | 19.38 | 3.79 | - |
| YUV | 117.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 31 | 0 | 0.42 | 0.83 | 0.30 | 29.19 | 0.7 | 0.41 |
| Hex | B3 | 67 | 1F | 0 | 2A | 53 | 1E | 1D | 46 | 29 |
| Octal | 263 | 147 | 37 | 0 | 52 | 123 | 36 | 35 | 106 | 51 |
| Binary | 10110011 | 1100111 | 11111 | 0 | 101010 | 1010011 | 11110 | 11101 | 1000110 | 101001 |
Color Harmonies of #B3671F
Complementary color
Monochromatic Colors of #B3671F
Black with #B3671F
Text Example
Text Example
White with #B3671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3671F; }
p { color: rgb(179,103,31); }
H1.HeaderClassName
{
color: #B3671F;
}
.AnyTagClassName
{
color: #B3671F;
}
</style>
background-color css
<style>
a { background-color: #B3671F; }
a { background-color: rgb(179,103,31); }
div.DivClassName
{
background-color: #B3671F;
}
.BgClassName
{
background-color: #B3671F;
}
</style>
border-color css
<style>
span { border-color: #B3671F; }
span { border-color: rgb(179,103,31); }
td.TdClassName
{
border-color: #B3671F;
}
.TagClassName
{
border-color: #B3671F;
}
</style>