Shades of Reno Sand #B76B2B
Tints of Reno Sand #B76B2B
RGB
CMYK
RGB Variations
Color information
#B76B2B (or 0xB76B2B) is known color: Reno Sand. HEX triplet: B7, 6B and 2B. RGB value is (183,107,43). Sum of RGB (Red+Green+Blue) = 183+107+43=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B2B is #4894D4. Grayscale: #7A7A7A. Windows color (decimal): -4756693 or 2845623. OLE color: 2845623.
HSL color Cylindrical-coordinate representation of color #B76B2B: hue angle of 27.43º degrees, saturation: 0.62, 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 #B76B2B is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 43 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.28 |
| HSL | 27.43º | 0.62% | 0.44% | - |
| HSV(B) | 27.43º | 0.77% | 0.72% | - |
| XYZ | 25.22 | 20.76 | 4.96 | - |
| YUV | 122.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 43 | 0 | 0.42 | 0.77 | 0.28 | 27.43 | 0.62 | 0.44 |
| Hex | B7 | 6B | 2B | 0 | 2A | 4D | 1C | 1B | 3E | 2C |
| Octal | 267 | 153 | 53 | 0 | 52 | 115 | 34 | 33 | 76 | 54 |
| Binary | 10110111 | 1101011 | 101011 | 0 | 101010 | 1001101 | 11100 | 11011 | 111110 | 101100 |
Color Harmonies of #B76B2B
Complementary color
Monochromatic Colors of #B76B2B
Black with #B76B2B
Text Example
Text Example
White with #B76B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B2B; }
p { color: rgb(183,107,43); }
H1.HeaderClassName
{
color: #B76B2B;
}
.AnyTagClassName
{
color: #B76B2B;
}
</style>
background-color css
<style>
a { background-color: #B76B2B; }
a { background-color: rgb(183,107,43); }
div.DivClassName
{
background-color: #B76B2B;
}
.BgClassName
{
background-color: #B76B2B;
}
</style>
border-color css
<style>
span { border-color: #B76B2B; }
span { border-color: rgb(183,107,43); }
td.TdClassName
{
border-color: #B76B2B;
}
.TagClassName
{
border-color: #B76B2B;
}
</style>