Shades of Reno Sand #B07430
Tints of Reno Sand #B07430
RGB
CMYK
RGB Variations
Color information
#B07430 (or 0xB07430) is known color: Reno Sand. HEX triplet: B0, 74 and 30. RGB value is (176,116,48). Sum of RGB (Red+Green+Blue) = 176+116+48=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B07430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07430 is #4F8BCF. Grayscale: #7E7E7E. Windows color (decimal): -5213136 or 3175600. OLE color: 3175600.
HSL color Cylindrical-coordinate representation of color #B07430: hue angle of 31.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B07430 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 48 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.31 |
| HSL | 31.88º | 0.57% | 0.44% | - |
| HSV(B) | 31.88º | 0.73% | 0.69% | - |
| XYZ | 24.68 | 21.93 | 5.73 | - |
| YUV | 126.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 48 | 0 | 0.34 | 0.73 | 0.31 | 31.88 | 0.57 | 0.44 |
| Hex | B0 | 74 | 30 | 0 | 22 | 49 | 1F | 20 | 39 | 2C |
| Octal | 260 | 164 | 60 | 0 | 42 | 111 | 37 | 40 | 71 | 54 |
| Binary | 10110000 | 1110100 | 110000 | 0 | 100010 | 1001001 | 11111 | 100000 | 111001 | 101100 |
Color Harmonies of #B07430
Complementary color
Monochromatic Colors of #B07430
Black with #B07430
Text Example
Text Example
White with #B07430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07430; }
p { color: rgb(176,116,48); }
H1.HeaderClassName
{
color: #B07430;
}
.AnyTagClassName
{
color: #B07430;
}
</style>
background-color css
<style>
a { background-color: #B07430; }
a { background-color: rgb(176,116,48); }
div.DivClassName
{
background-color: #B07430;
}
.BgClassName
{
background-color: #B07430;
}
</style>
border-color css
<style>
span { border-color: #B07430; }
span { border-color: rgb(176,116,48); }
td.TdClassName
{
border-color: #B07430;
}
.TagClassName
{
border-color: #B07430;
}
</style>