Shades of Reno Sand #B26C2F
Tints of Reno Sand #B26C2F
RGB
CMYK
RGB Variations
Color information
#B26C2F (or 0xB26C2F) is known color: Reno Sand. HEX triplet: B2, 6C and 2F. RGB value is (178,108,47). Sum of RGB (Red+Green+Blue) = 178+108+47=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C2F is #4D93D0. Grayscale: #7A7A7A. Windows color (decimal): -5084113 or 3108018. OLE color: 3108018.
HSL color Cylindrical-coordinate representation of color #B26C2F: hue angle of 27.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B26C2F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 47 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.30 |
| HSL | 27.94º | 0.58% | 0.44% | - |
| HSV(B) | 27.94º | 0.74% | 0.7% | - |
| XYZ | 24.24 | 20.4 | 5.35 | - |
| YUV | 121.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 47 | 0 | 0.39 | 0.74 | 0.30 | 27.94 | 0.58 | 0.44 |
| Hex | B2 | 6C | 2F | 0 | 27 | 4A | 1E | 1C | 3A | 2C |
| Octal | 262 | 154 | 57 | 0 | 47 | 112 | 36 | 34 | 72 | 54 |
| Binary | 10110010 | 1101100 | 101111 | 0 | 100111 | 1001010 | 11110 | 11100 | 111010 | 101100 |
Color Harmonies of #B26C2F
Complementary color
Monochromatic Colors of #B26C2F
Black with #B26C2F
Text Example
Text Example
White with #B26C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C2F; }
p { color: rgb(178,108,47); }
H1.HeaderClassName
{
color: #B26C2F;
}
.AnyTagClassName
{
color: #B26C2F;
}
</style>
background-color css
<style>
a { background-color: #B26C2F; }
a { background-color: rgb(178,108,47); }
div.DivClassName
{
background-color: #B26C2F;
}
.BgClassName
{
background-color: #B26C2F;
}
</style>
border-color css
<style>
span { border-color: #B26C2F; }
span { border-color: rgb(178,108,47); }
td.TdClassName
{
border-color: #B26C2F;
}
.TagClassName
{
border-color: #B26C2F;
}
</style>