Shades of Reno Sand #B26725
Tints of Reno Sand #B26725
RGB
CMYK
RGB Variations
Color information
#B26725 (or 0xB26725) is known color: Reno Sand. HEX triplet: B2, 67 and 25. RGB value is (178,103,37). Sum of RGB (Red+Green+Blue) = 178+103+37=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B26725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26725 is #4D98DA. Grayscale: #767676. Windows color (decimal): -5085403 or 2451378. OLE color: 2451378.
HSL color Cylindrical-coordinate representation of color #B26725: hue angle of 28.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B26725 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 37 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.30 |
| HSL | 28.09º | 0.66% | 0.42% | - |
| HSV(B) | 28.09º | 0.79% | 0.7% | - |
| XYZ | 23.54 | 19.3 | 4.23 | - |
| YUV | 117.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 37 | 0 | 0.42 | 0.79 | 0.30 | 28.09 | 0.66 | 0.42 |
| Hex | B2 | 67 | 25 | 0 | 2A | 4F | 1E | 1C | 42 | 2A |
| Octal | 262 | 147 | 45 | 0 | 52 | 117 | 36 | 34 | 102 | 52 |
| Binary | 10110010 | 1100111 | 100101 | 0 | 101010 | 1001111 | 11110 | 11100 | 1000010 | 101010 |
Color Harmonies of #B26725
Complementary color
Monochromatic Colors of #B26725
Black with #B26725
Text Example
Text Example
White with #B26725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26725; }
p { color: rgb(178,103,37); }
H1.HeaderClassName
{
color: #B26725;
}
.AnyTagClassName
{
color: #B26725;
}
</style>
background-color css
<style>
a { background-color: #B26725; }
a { background-color: rgb(178,103,37); }
div.DivClassName
{
background-color: #B26725;
}
.BgClassName
{
background-color: #B26725;
}
</style>
border-color css
<style>
span { border-color: #B26725; }
span { border-color: rgb(178,103,37); }
td.TdClassName
{
border-color: #B26725;
}
.TagClassName
{
border-color: #B26725;
}
</style>