Shades of Reno Sand #B26523
Tints of Reno Sand #B26523
RGB
CMYK
RGB Variations
Color information
#B26523 (or 0xB26523) is known color: Reno Sand. HEX triplet: B2, 65 and 23. RGB value is (178,101,35). Sum of RGB (Red+Green+Blue) = 178+101+35=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B26523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26523 is #4D9ADC. Grayscale: #747474. Windows color (decimal): -5085917 or 2319794. OLE color: 2319794.
HSL color Cylindrical-coordinate representation of color #B26523: hue angle of 27.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B26523 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 35 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.30 |
| HSL | 27.69º | 0.67% | 0.42% | - |
| HSV(B) | 27.69º | 0.8% | 0.7% | - |
| XYZ | 23.32 | 18.89 | 4.01 | - |
| YUV | 116.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 35 | 0 | 0.43 | 0.80 | 0.30 | 27.69 | 0.67 | 0.42 |
| Hex | B2 | 65 | 23 | 0 | 2B | 50 | 1E | 1C | 43 | 2A |
| Octal | 262 | 145 | 43 | 0 | 53 | 120 | 36 | 34 | 103 | 52 |
| Binary | 10110010 | 1100101 | 100011 | 0 | 101011 | 1010000 | 11110 | 11100 | 1000011 | 101010 |
Color Harmonies of #B26523
Complementary color
Monochromatic Colors of #B26523
Black with #B26523
Text Example
Text Example
White with #B26523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26523; }
p { color: rgb(178,101,35); }
H1.HeaderClassName
{
color: #B26523;
}
.AnyTagClassName
{
color: #B26523;
}
</style>
background-color css
<style>
a { background-color: #B26523; }
a { background-color: rgb(178,101,35); }
div.DivClassName
{
background-color: #B26523;
}
.BgClassName
{
background-color: #B26523;
}
</style>
border-color css
<style>
span { border-color: #B26523; }
span { border-color: rgb(178,101,35); }
td.TdClassName
{
border-color: #B26523;
}
.TagClassName
{
border-color: #B26523;
}
</style>