Shades of Reno Sand #B26C2B
Tints of Reno Sand #B26C2B
RGB
CMYK
RGB Variations
Color information
#B26C2B (or 0xB26C2B) is known color: Reno Sand. HEX triplet: B2, 6C and 2B. RGB value is (178,108,43). Sum of RGB (Red+Green+Blue) = 178+108+43=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C2B is #4D93D4. Grayscale: #797979. Windows color (decimal): -5084117 or 2845874. OLE color: 2845874.
HSL color Cylindrical-coordinate representation of color #B26C2B: hue angle of 28.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B26C2B is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 43 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.30 |
| HSL | 28.89º | 0.61% | 0.43% | - |
| HSV(B) | 28.89º | 0.76% | 0.7% | - |
| XYZ | 24.16 | 20.36 | 4.94 | - |
| YUV | 121.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 43 | 0 | 0.39 | 0.76 | 0.30 | 28.89 | 0.61 | 0.43 |
| Hex | B2 | 6C | 2B | 0 | 27 | 4C | 1E | 1D | 3D | 2B |
| Octal | 262 | 154 | 53 | 0 | 47 | 114 | 36 | 35 | 75 | 53 |
| Binary | 10110010 | 1101100 | 101011 | 0 | 100111 | 1001100 | 11110 | 11101 | 111101 | 101011 |
Color Harmonies of #B26C2B
Complementary color
Monochromatic Colors of #B26C2B
Black with #B26C2B
Text Example
Text Example
White with #B26C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C2B; }
p { color: rgb(178,108,43); }
H1.HeaderClassName
{
color: #B26C2B;
}
.AnyTagClassName
{
color: #B26C2B;
}
</style>
background-color css
<style>
a { background-color: #B26C2B; }
a { background-color: rgb(178,108,43); }
div.DivClassName
{
background-color: #B26C2B;
}
.BgClassName
{
background-color: #B26C2B;
}
</style>
border-color css
<style>
span { border-color: #B26C2B; }
span { border-color: rgb(178,108,43); }
td.TdClassName
{
border-color: #B26C2B;
}
.TagClassName
{
border-color: #B26C2B;
}
</style>