Shades of Reno Sand #B26B30
Tints of Reno Sand #B26B30
RGB
CMYK
RGB Variations
Color information
#B26B30 (or 0xB26B30) is known color: Reno Sand. HEX triplet: B2, 6B and 30. RGB value is (178,107,48). Sum of RGB (Red+Green+Blue) = 178+107+48=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B30 is #4D94CF. Grayscale: #797979. Windows color (decimal): -5084368 or 3173298. OLE color: 3173298.
HSL color Cylindrical-coordinate representation of color #B26B30: hue angle of 27.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B26B30 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 48 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.30 |
| HSL | 27.23º | 0.58% | 0.44% | - |
| HSV(B) | 27.23º | 0.73% | 0.7% | - |
| XYZ | 24.15 | 20.19 | 5.42 | - |
| YUV | 121.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 48 | 0 | 0.40 | 0.73 | 0.30 | 27.23 | 0.58 | 0.44 |
| Hex | B2 | 6B | 30 | 0 | 28 | 49 | 1E | 1B | 3A | 2C |
| Octal | 262 | 153 | 60 | 0 | 50 | 111 | 36 | 33 | 72 | 54 |
| Binary | 10110010 | 1101011 | 110000 | 0 | 101000 | 1001001 | 11110 | 11011 | 111010 | 101100 |
Color Harmonies of #B26B30
Complementary color
Monochromatic Colors of #B26B30
Black with #B26B30
Text Example
Text Example
White with #B26B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B30; }
p { color: rgb(178,107,48); }
H1.HeaderClassName
{
color: #B26B30;
}
.AnyTagClassName
{
color: #B26B30;
}
</style>
background-color css
<style>
a { background-color: #B26B30; }
a { background-color: rgb(178,107,48); }
div.DivClassName
{
background-color: #B26B30;
}
.BgClassName
{
background-color: #B26B30;
}
</style>
border-color css
<style>
span { border-color: #B26B30; }
span { border-color: rgb(178,107,48); }
td.TdClassName
{
border-color: #B26B30;
}
.TagClassName
{
border-color: #B26B30;
}
</style>