Shades of Reno Sand #B8703A
Tints of Reno Sand #B8703A
RGB
CMYK
RGB Variations
Color information
#B8703A (or 0xB8703A) is known color: Reno Sand. HEX triplet: B8, 70 and 3A. RGB value is (184,112,58). Sum of RGB (Red+Green+Blue) = 184+112+58=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8703A is #478FC5. Grayscale: #7F7F7F. Windows color (decimal): -4689862 or 3829944. OLE color: 3829944.
HSL color Cylindrical-coordinate representation of color #B8703A: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8703A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 58 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.28 |
| HSL | 25.71º | 0.52% | 0.47% | - |
| HSV(B) | 25.71º | 0.68% | 0.72% | - |
| XYZ | 26.33 | 22.08 | 6.88 | - |
| YUV | 127.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 58 | 0 | 0.39 | 0.68 | 0.28 | 25.71 | 0.52 | 0.47 |
| Hex | B8 | 70 | 3A | 0 | 27 | 44 | 1C | 1A | 34 | 2F |
| Octal | 270 | 160 | 72 | 0 | 47 | 104 | 34 | 32 | 64 | 57 |
| Binary | 10111000 | 1110000 | 111010 | 0 | 100111 | 1000100 | 11100 | 11010 | 110100 | 101111 |
Color Harmonies of #B8703A
Complementary color
Monochromatic Colors of #B8703A
Black with #B8703A
Text Example
Text Example
White with #B8703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8703A; }
p { color: rgb(184,112,58); }
H1.HeaderClassName
{
color: #B8703A;
}
.AnyTagClassName
{
color: #B8703A;
}
</style>
background-color css
<style>
a { background-color: #B8703A; }
a { background-color: rgb(184,112,58); }
div.DivClassName
{
background-color: #B8703A;
}
.BgClassName
{
background-color: #B8703A;
}
</style>
border-color css
<style>
span { border-color: #B8703A; }
span { border-color: rgb(184,112,58); }
td.TdClassName
{
border-color: #B8703A;
}
.TagClassName
{
border-color: #B8703A;
}
</style>