Shades of Reno Sand #B06A23
Tints of Reno Sand #B06A23
RGB
CMYK
RGB Variations
Color information
#B06A23 (or 0xB06A23) is known color: Reno Sand. HEX triplet: B0, 6A and 23. RGB value is (176,106,35). Sum of RGB (Red+Green+Blue) = 176+106+35=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A23 is #4F95DC. Grayscale: #777777. Windows color (decimal): -5215709 or 2321072. OLE color: 2321072.
HSL color Cylindrical-coordinate representation of color #B06A23: hue angle of 30.21º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06A23 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 35 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.31 |
| HSL | 30.21º | 0.67% | 0.41% | - |
| HSV(B) | 30.21º | 0.8% | 0.69% | - |
| XYZ | 23.36 | 19.66 | 4.15 | - |
| YUV | 118.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 35 | 0 | 0.40 | 0.80 | 0.31 | 30.21 | 0.67 | 0.41 |
| Hex | B0 | 6A | 23 | 0 | 28 | 50 | 1F | 1E | 43 | 29 |
| Octal | 260 | 152 | 43 | 0 | 50 | 120 | 37 | 36 | 103 | 51 |
| Binary | 10110000 | 1101010 | 100011 | 0 | 101000 | 1010000 | 11111 | 11110 | 1000011 | 101001 |
Color Harmonies of #B06A23
Complementary color
Monochromatic Colors of #B06A23
Black with #B06A23
Text Example
Text Example
White with #B06A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A23; }
p { color: rgb(176,106,35); }
H1.HeaderClassName
{
color: #B06A23;
}
.AnyTagClassName
{
color: #B06A23;
}
</style>
background-color css
<style>
a { background-color: #B06A23; }
a { background-color: rgb(176,106,35); }
div.DivClassName
{
background-color: #B06A23;
}
.BgClassName
{
background-color: #B06A23;
}
</style>
border-color css
<style>
span { border-color: #B06A23; }
span { border-color: rgb(176,106,35); }
td.TdClassName
{
border-color: #B06A23;
}
.TagClassName
{
border-color: #B06A23;
}
</style>