Shades of Reno Sand #B06B28
Tints of Reno Sand #B06B28
RGB
CMYK
RGB Variations
Color information
#B06B28 (or 0xB06B28) is known color: Reno Sand. HEX triplet: B0, 6B and 28. RGB value is (176,107,40). Sum of RGB (Red+Green+Blue) = 176+107+40=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B28 is #4F94D7. Grayscale: #787878. Windows color (decimal): -5215448 or 2649008. OLE color: 2649008.
HSL color Cylindrical-coordinate representation of color #B06B28: hue angle of 29.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B06B28 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 40 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.31 |
| HSL | 29.56º | 0.63% | 0.42% | - |
| HSV(B) | 29.56º | 0.77% | 0.69% | - |
| XYZ | 23.55 | 19.9 | 4.61 | - |
| YUV | 119.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 40 | 0 | 0.39 | 0.77 | 0.31 | 29.56 | 0.63 | 0.42 |
| Hex | B0 | 6B | 28 | 0 | 27 | 4D | 1F | 1E | 3F | 2A |
| Octal | 260 | 153 | 50 | 0 | 47 | 115 | 37 | 36 | 77 | 52 |
| Binary | 10110000 | 1101011 | 101000 | 0 | 100111 | 1001101 | 11111 | 11110 | 111111 | 101010 |
Color Harmonies of #B06B28
Complementary color
Monochromatic Colors of #B06B28
Black with #B06B28
Text Example
Text Example
White with #B06B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B28; }
p { color: rgb(176,107,40); }
H1.HeaderClassName
{
color: #B06B28;
}
.AnyTagClassName
{
color: #B06B28;
}
</style>
background-color css
<style>
a { background-color: #B06B28; }
a { background-color: rgb(176,107,40); }
div.DivClassName
{
background-color: #B06B28;
}
.BgClassName
{
background-color: #B06B28;
}
</style>
border-color css
<style>
span { border-color: #B06B28; }
span { border-color: rgb(176,107,40); }
td.TdClassName
{
border-color: #B06B28;
}
.TagClassName
{
border-color: #B06B28;
}
</style>