Shades of Reno Sand #B26C2E
Tints of Reno Sand #B26C2E
RGB
CMYK
RGB Variations
Color information
#B26C2E (or 0xB26C2E) is known color: Reno Sand. HEX triplet: B2, 6C and 2E. RGB value is (178,108,46). Sum of RGB (Red+Green+Blue) = 178+108+46=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C2E is #4D93D1. Grayscale: #7A7A7A. Windows color (decimal): -5084114 or 3042482. OLE color: 3042482.
HSL color Cylindrical-coordinate representation of color #B26C2E: hue angle of 28.18º degrees, saturation: 0.59, 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 #B26C2E is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 46 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.30 |
| HSL | 28.18º | 0.59% | 0.44% | - |
| HSV(B) | 28.18º | 0.74% | 0.7% | - |
| XYZ | 24.22 | 20.39 | 5.24 | - |
| YUV | 121.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 46 | 0 | 0.39 | 0.74 | 0.30 | 28.18 | 0.59 | 0.44 |
| Hex | B2 | 6C | 2E | 0 | 27 | 4A | 1E | 1C | 3B | 2C |
| Octal | 262 | 154 | 56 | 0 | 47 | 112 | 36 | 34 | 73 | 54 |
| Binary | 10110010 | 1101100 | 101110 | 0 | 100111 | 1001010 | 11110 | 11100 | 111011 | 101100 |
Color Harmonies of #B26C2E
Complementary color
Monochromatic Colors of #B26C2E
Black with #B26C2E
Text Example
Text Example
White with #B26C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C2E; }
p { color: rgb(178,108,46); }
H1.HeaderClassName
{
color: #B26C2E;
}
.AnyTagClassName
{
color: #B26C2E;
}
</style>
background-color css
<style>
a { background-color: #B26C2E; }
a { background-color: rgb(178,108,46); }
div.DivClassName
{
background-color: #B26C2E;
}
.BgClassName
{
background-color: #B26C2E;
}
</style>
border-color css
<style>
span { border-color: #B26C2E; }
span { border-color: rgb(178,108,46); }
td.TdClassName
{
border-color: #B26C2E;
}
.TagClassName
{
border-color: #B26C2E;
}
</style>