Shades of Reno Sand #B06A24
Tints of Reno Sand #B06A24
RGB
CMYK
RGB Variations
Color information
#B06A24 (or 0xB06A24) is known color: Reno Sand. HEX triplet: B0, 6A and 24. RGB value is (176,106,36). Sum of RGB (Red+Green+Blue) = 176+106+36=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A24 is #4F95DB. Grayscale: #777777. Windows color (decimal): -5215708 or 2386608. OLE color: 2386608.
HSL color Cylindrical-coordinate representation of color #B06A24: hue angle of 30º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06A24 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 36 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.31 |
| HSL | 30º | 0.66% | 0.42% | - |
| HSV(B) | 30º | 0.8% | 0.69% | - |
| XYZ | 23.38 | 19.67 | 4.23 | - |
| YUV | 118.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 36 | 0 | 0.40 | 0.80 | 0.31 | 30 | 0.66 | 0.42 |
| Hex | B0 | 6A | 24 | 0 | 28 | 50 | 1F | 1E | 42 | 2A |
| Octal | 260 | 152 | 44 | 0 | 50 | 120 | 37 | 36 | 102 | 52 |
| Binary | 10110000 | 1101010 | 100100 | 0 | 101000 | 1010000 | 11111 | 11110 | 1000010 | 101010 |
Color Harmonies of #B06A24
Complementary color
Monochromatic Colors of #B06A24
Black with #B06A24
Text Example
Text Example
White with #B06A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A24; }
p { color: rgb(176,106,36); }
H1.HeaderClassName
{
color: #B06A24;
}
.AnyTagClassName
{
color: #B06A24;
}
</style>
background-color css
<style>
a { background-color: #B06A24; }
a { background-color: rgb(176,106,36); }
div.DivClassName
{
background-color: #B06A24;
}
.BgClassName
{
background-color: #B06A24;
}
</style>
border-color css
<style>
span { border-color: #B06A24; }
span { border-color: rgb(176,106,36); }
td.TdClassName
{
border-color: #B06A24;
}
.TagClassName
{
border-color: #B06A24;
}
</style>