Shades of Reno Sand #B06530
Tints of Reno Sand #B06530
RGB
CMYK
RGB Variations
Color information
#B06530 (or 0xB06530) is known color: Reno Sand. HEX triplet: B0, 65 and 30. RGB value is (176,101,48). Sum of RGB (Red+Green+Blue) = 176+101+48=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06530 is #4F9ACF. Grayscale: #757575. Windows color (decimal): -5216976 or 3171760. OLE color: 3171760.
HSL color Cylindrical-coordinate representation of color #B06530: hue angle of 24.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B06530 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 48 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.31 |
| HSL | 24.84º | 0.57% | 0.44% | - |
| HSV(B) | 24.84º | 0.73% | 0.69% | - |
| XYZ | 23.09 | 18.75 | 5.2 | - |
| YUV | 117.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 48 | 0 | 0.43 | 0.73 | 0.31 | 24.84 | 0.57 | 0.44 |
| Hex | B0 | 65 | 30 | 0 | 2B | 49 | 1F | 19 | 39 | 2C |
| Octal | 260 | 145 | 60 | 0 | 53 | 111 | 37 | 31 | 71 | 54 |
| Binary | 10110000 | 1100101 | 110000 | 0 | 101011 | 1001001 | 11111 | 11001 | 111001 | 101100 |
Color Harmonies of #B06530
Complementary color
Monochromatic Colors of #B06530
Black with #B06530
Text Example
Text Example
White with #B06530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06530; }
p { color: rgb(176,101,48); }
H1.HeaderClassName
{
color: #B06530;
}
.AnyTagClassName
{
color: #B06530;
}
</style>
background-color css
<style>
a { background-color: #B06530; }
a { background-color: rgb(176,101,48); }
div.DivClassName
{
background-color: #B06530;
}
.BgClassName
{
background-color: #B06530;
}
</style>
border-color css
<style>
span { border-color: #B06530; }
span { border-color: rgb(176,101,48); }
td.TdClassName
{
border-color: #B06530;
}
.TagClassName
{
border-color: #B06530;
}
</style>