Shades of Reno Sand #B56A30
Tints of Reno Sand #B56A30
RGB
CMYK
RGB Variations
Color information
#B56A30 (or 0xB56A30) is known color: Reno Sand. HEX triplet: B5, 6A and 30. RGB value is (181,106,48). Sum of RGB (Red+Green+Blue) = 181+106+48=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A30 is #4A95CF. Grayscale: #7A7A7A. Windows color (decimal): -4888016 or 3173045. OLE color: 3173045.
HSL color Cylindrical-coordinate representation of color #B56A30: hue angle of 26.17º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B56A30 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 48 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.29 |
| HSL | 26.17º | 0.58% | 0.45% | - |
| HSV(B) | 26.17º | 0.73% | 0.71% | - |
| XYZ | 24.74 | 20.35 | 5.42 | - |
| YUV | 121.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 48 | 0 | 0.41 | 0.73 | 0.29 | 26.17 | 0.58 | 0.45 |
| Hex | B5 | 6A | 30 | 0 | 29 | 49 | 1D | 1A | 3A | 2D |
| Octal | 265 | 152 | 60 | 0 | 51 | 111 | 35 | 32 | 72 | 55 |
| Binary | 10110101 | 1101010 | 110000 | 0 | 101001 | 1001001 | 11101 | 11010 | 111010 | 101101 |
Color Harmonies of #B56A30
Complementary color
Monochromatic Colors of #B56A30
Black with #B56A30
Text Example
Text Example
White with #B56A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A30; }
p { color: rgb(181,106,48); }
H1.HeaderClassName
{
color: #B56A30;
}
.AnyTagClassName
{
color: #B56A30;
}
</style>
background-color css
<style>
a { background-color: #B56A30; }
a { background-color: rgb(181,106,48); }
div.DivClassName
{
background-color: #B56A30;
}
.BgClassName
{
background-color: #B56A30;
}
</style>
border-color css
<style>
span { border-color: #B56A30; }
span { border-color: rgb(181,106,48); }
td.TdClassName
{
border-color: #B56A30;
}
.TagClassName
{
border-color: #B56A30;
}
</style>