Shades of Reno Sand #B26920
Tints of Reno Sand #B26920
RGB
CMYK
RGB Variations
Color information
#B26920 (or 0xB26920) is known color: Reno Sand. HEX triplet: B2, 69 and 20. RGB value is (178,105,32). Sum of RGB (Red+Green+Blue) = 178+105+32=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B26920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26920 is #4D96DF. Grayscale: #767676. Windows color (decimal): -5084896 or 2124210. OLE color: 2124210.
HSL color Cylindrical-coordinate representation of color #B26920: hue angle of 30º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B26920 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 32 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.30 |
| HSL | 30º | 0.7% | 0.41% | - |
| HSV(B) | 30º | 0.82% | 0.7% | - |
| XYZ | 23.67 | 19.67 | 3.92 | - |
| YUV | 118.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 32 | 0 | 0.41 | 0.82 | 0.30 | 30 | 0.7 | 0.41 |
| Hex | B2 | 69 | 20 | 0 | 29 | 52 | 1E | 1E | 46 | 29 |
| Octal | 262 | 151 | 40 | 0 | 51 | 122 | 36 | 36 | 106 | 51 |
| Binary | 10110010 | 1101001 | 100000 | 0 | 101001 | 1010010 | 11110 | 11110 | 1000110 | 101001 |
Color Harmonies of #B26920
Complementary color
Monochromatic Colors of #B26920
Black with #B26920
Text Example
Text Example
White with #B26920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26920; }
p { color: rgb(178,105,32); }
H1.HeaderClassName
{
color: #B26920;
}
.AnyTagClassName
{
color: #B26920;
}
</style>
background-color css
<style>
a { background-color: #B26920; }
a { background-color: rgb(178,105,32); }
div.DivClassName
{
background-color: #B26920;
}
.BgClassName
{
background-color: #B26920;
}
</style>
border-color css
<style>
span { border-color: #B26920; }
span { border-color: rgb(178,105,32); }
td.TdClassName
{
border-color: #B26920;
}
.TagClassName
{
border-color: #B26920;
}
</style>