Shades of Reno Sand #B8713B
Tints of Reno Sand #B8713B
RGB
CMYK
RGB Variations
Color information
#B8713B (or 0xB8713B) is known color: Reno Sand. HEX triplet: B8, 71 and 3B. RGB value is (184,113,59). Sum of RGB (Red+Green+Blue) = 184+113+59=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8713B is #478EC4. Grayscale: #808080. Windows color (decimal): -4689605 or 3895736. OLE color: 3895736.
HSL color Cylindrical-coordinate representation of color #B8713B: hue angle of 25.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8713B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 59 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.28 |
| HSL | 25.92º | 0.51% | 0.48% | - |
| HSV(B) | 25.92º | 0.68% | 0.72% | - |
| XYZ | 26.46 | 22.32 | 7.05 | - |
| YUV | 128.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 59 | 0 | 0.39 | 0.68 | 0.28 | 25.92 | 0.51 | 0.48 |
| Hex | B8 | 71 | 3B | 0 | 27 | 44 | 1C | 1A | 33 | 30 |
| Octal | 270 | 161 | 73 | 0 | 47 | 104 | 34 | 32 | 63 | 60 |
| Binary | 10111000 | 1110001 | 111011 | 0 | 100111 | 1000100 | 11100 | 11010 | 110011 | 110000 |
Color Harmonies of #B8713B
Complementary color
Monochromatic Colors of #B8713B
Black with #B8713B
Text Example
Text Example
White with #B8713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8713B; }
p { color: rgb(184,113,59); }
H1.HeaderClassName
{
color: #B8713B;
}
.AnyTagClassName
{
color: #B8713B;
}
</style>
background-color css
<style>
a { background-color: #B8713B; }
a { background-color: rgb(184,113,59); }
div.DivClassName
{
background-color: #B8713B;
}
.BgClassName
{
background-color: #B8713B;
}
</style>
border-color css
<style>
span { border-color: #B8713B; }
span { border-color: rgb(184,113,59); }
td.TdClassName
{
border-color: #B8713B;
}
.TagClassName
{
border-color: #B8713B;
}
</style>