Shades of Reno Sand #B16727
Tints of Reno Sand #B16727
RGB
CMYK
RGB Variations
Color information
#B16727 (or 0xB16727) is known color: Reno Sand. HEX triplet: B1, 67 and 27. RGB value is (177,103,39). Sum of RGB (Red+Green+Blue) = 177+103+39=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16727 is #4E98D8. Grayscale: #767676. Windows color (decimal): -5150937 or 2582449. OLE color: 2582449.
HSL color Cylindrical-coordinate representation of color #B16727: hue angle of 27.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B16727 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 39 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.31 |
| HSL | 27.83º | 0.64% | 0.42% | - |
| HSV(B) | 27.83º | 0.78% | 0.69% | - |
| XYZ | 23.35 | 19.19 | 4.39 | - |
| YUV | 117.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 39 | 0 | 0.42 | 0.78 | 0.31 | 27.83 | 0.64 | 0.42 |
| Hex | B1 | 67 | 27 | 0 | 2A | 4E | 1F | 1C | 40 | 2A |
| Octal | 261 | 147 | 47 | 0 | 52 | 116 | 37 | 34 | 100 | 52 |
| Binary | 10110001 | 1100111 | 100111 | 0 | 101010 | 1001110 | 11111 | 11100 | 1000000 | 101010 |
Color Harmonies of #B16727
Complementary color
Monochromatic Colors of #B16727
Black with #B16727
Text Example
Text Example
White with #B16727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16727; }
p { color: rgb(177,103,39); }
H1.HeaderClassName
{
color: #B16727;
}
.AnyTagClassName
{
color: #B16727;
}
</style>
background-color css
<style>
a { background-color: #B16727; }
a { background-color: rgb(177,103,39); }
div.DivClassName
{
background-color: #B16727;
}
.BgClassName
{
background-color: #B16727;
}
</style>
border-color css
<style>
span { border-color: #B16727; }
span { border-color: rgb(177,103,39); }
td.TdClassName
{
border-color: #B16727;
}
.TagClassName
{
border-color: #B16727;
}
</style>