Shades of Reno Sand #B76F30
Tints of Reno Sand #B76F30
RGB
CMYK
RGB Variations
Color information
#B76F30 (or 0xB76F30) is known color: Reno Sand. HEX triplet: B7, 6F and 30. RGB value is (183,111,48). Sum of RGB (Red+Green+Blue) = 183+111+48=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F30 is #4890CF. Grayscale: #7D7D7D. Windows color (decimal): -4755664 or 3174327. OLE color: 3174327.
HSL color Cylindrical-coordinate representation of color #B76F30: hue angle of 28º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76F30 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 48 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.28 |
| HSL | 28º | 0.58% | 0.45% | - |
| HSV(B) | 28º | 0.74% | 0.72% | - |
| XYZ | 25.75 | 21.65 | 5.62 | - |
| YUV | 125.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 48 | 0 | 0.39 | 0.74 | 0.28 | 28 | 0.58 | 0.45 |
| Hex | B7 | 6F | 30 | 0 | 27 | 4A | 1C | 1C | 3A | 2D |
| Octal | 267 | 157 | 60 | 0 | 47 | 112 | 34 | 34 | 72 | 55 |
| Binary | 10110111 | 1101111 | 110000 | 0 | 100111 | 1001010 | 11100 | 11100 | 111010 | 101101 |
Color Harmonies of #B76F30
Complementary color
Monochromatic Colors of #B76F30
Black with #B76F30
Text Example
Text Example
White with #B76F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F30; }
p { color: rgb(183,111,48); }
H1.HeaderClassName
{
color: #B76F30;
}
.AnyTagClassName
{
color: #B76F30;
}
</style>
background-color css
<style>
a { background-color: #B76F30; }
a { background-color: rgb(183,111,48); }
div.DivClassName
{
background-color: #B76F30;
}
.BgClassName
{
background-color: #B76F30;
}
</style>
border-color css
<style>
span { border-color: #B76F30; }
span { border-color: rgb(183,111,48); }
td.TdClassName
{
border-color: #B76F30;
}
.TagClassName
{
border-color: #B76F30;
}
</style>