Shades of Reno Sand #B76B2A
Tints of Reno Sand #B76B2A
RGB
CMYK
RGB Variations
Color information
#B76B2A (or 0xB76B2A) is known color: Reno Sand. HEX triplet: B7, 6B and 2A. RGB value is (183,107,42). Sum of RGB (Red+Green+Blue) = 183+107+42=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B2A is #4894D5. Grayscale: #7A7A7A. Windows color (decimal): -4756694 or 2780087. OLE color: 2780087.
HSL color Cylindrical-coordinate representation of color #B76B2A: hue angle of 27.66º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B76B2A is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 42 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.28 |
| HSL | 27.66º | 0.63% | 0.44% | - |
| HSV(B) | 27.66º | 0.77% | 0.72% | - |
| XYZ | 25.2 | 20.75 | 4.87 | - |
| YUV | 122.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 42 | 0 | 0.42 | 0.77 | 0.28 | 27.66 | 0.63 | 0.44 |
| Hex | B7 | 6B | 2A | 0 | 2A | 4D | 1C | 1C | 3F | 2C |
| Octal | 267 | 153 | 52 | 0 | 52 | 115 | 34 | 34 | 77 | 54 |
| Binary | 10110111 | 1101011 | 101010 | 0 | 101010 | 1001101 | 11100 | 11100 | 111111 | 101100 |
Color Harmonies of #B76B2A
Complementary color
Monochromatic Colors of #B76B2A
Black with #B76B2A
Text Example
Text Example
White with #B76B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B2A; }
p { color: rgb(183,107,42); }
H1.HeaderClassName
{
color: #B76B2A;
}
.AnyTagClassName
{
color: #B76B2A;
}
</style>
background-color css
<style>
a { background-color: #B76B2A; }
a { background-color: rgb(183,107,42); }
div.DivClassName
{
background-color: #B76B2A;
}
.BgClassName
{
background-color: #B76B2A;
}
</style>
border-color css
<style>
span { border-color: #B76B2A; }
span { border-color: rgb(183,107,42); }
td.TdClassName
{
border-color: #B76B2A;
}
.TagClassName
{
border-color: #B76B2A;
}
</style>