Shades of Reno Sand #B26F2D
Tints of Reno Sand #B26F2D
RGB
CMYK
RGB Variations
Color information
#B26F2D (or 0xB26F2D) is known color: Reno Sand. HEX triplet: B2, 6F and 2D. RGB value is (178,111,45). Sum of RGB (Red+Green+Blue) = 178+111+45=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F2D is #4D90D2. Grayscale: #7B7B7B. Windows color (decimal): -5083347 or 2977714. OLE color: 2977714.
HSL color Cylindrical-coordinate representation of color #B26F2D: hue angle of 29.77º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B26F2D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 45 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.30 |
| HSL | 29.77º | 0.6% | 0.44% | - |
| HSV(B) | 29.77º | 0.75% | 0.7% | - |
| XYZ | 24.52 | 21.02 | 5.25 | - |
| YUV | 123.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 45 | 0 | 0.38 | 0.75 | 0.30 | 29.77 | 0.6 | 0.44 |
| Hex | B2 | 6F | 2D | 0 | 26 | 4B | 1E | 1E | 3C | 2C |
| Octal | 262 | 157 | 55 | 0 | 46 | 113 | 36 | 36 | 74 | 54 |
| Binary | 10110010 | 1101111 | 101101 | 0 | 100110 | 1001011 | 11110 | 11110 | 111100 | 101100 |
Color Harmonies of #B26F2D
Complementary color
Monochromatic Colors of #B26F2D
Black with #B26F2D
Text Example
Text Example
White with #B26F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F2D; }
p { color: rgb(178,111,45); }
H1.HeaderClassName
{
color: #B26F2D;
}
.AnyTagClassName
{
color: #B26F2D;
}
</style>
background-color css
<style>
a { background-color: #B26F2D; }
a { background-color: rgb(178,111,45); }
div.DivClassName
{
background-color: #B26F2D;
}
.BgClassName
{
background-color: #B26F2D;
}
</style>
border-color css
<style>
span { border-color: #B26F2D; }
span { border-color: rgb(178,111,45); }
td.TdClassName
{
border-color: #B26F2D;
}
.TagClassName
{
border-color: #B26F2D;
}
</style>