Shades of Reno Sand #B76C29
Tints of Reno Sand #B76C29
RGB
CMYK
RGB Variations
Color information
#B76C29 (or 0xB76C29) is known color: Reno Sand. HEX triplet: B7, 6C and 29. RGB value is (183,108,41). Sum of RGB (Red+Green+Blue) = 183+108+41=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C29 is #4893D6. Grayscale: #7B7B7B. Windows color (decimal): -4756439 or 2714807. OLE color: 2714807.
HSL color Cylindrical-coordinate representation of color #B76C29: hue angle of 28.31º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76C29 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 41 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.28 |
| HSL | 28.31º | 0.63% | 0.44% | - |
| HSV(B) | 28.31º | 0.78% | 0.72% | - |
| XYZ | 25.29 | 20.95 | 4.81 | - |
| YUV | 122.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 41 | 0 | 0.41 | 0.78 | 0.28 | 28.31 | 0.63 | 0.44 |
| Hex | B7 | 6C | 29 | 0 | 29 | 4E | 1C | 1C | 3F | 2C |
| Octal | 267 | 154 | 51 | 0 | 51 | 116 | 34 | 34 | 77 | 54 |
| Binary | 10110111 | 1101100 | 101001 | 0 | 101001 | 1001110 | 11100 | 11100 | 111111 | 101100 |
Color Harmonies of #B76C29
Complementary color
Monochromatic Colors of #B76C29
Black with #B76C29
Text Example
Text Example
White with #B76C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C29; }
p { color: rgb(183,108,41); }
H1.HeaderClassName
{
color: #B76C29;
}
.AnyTagClassName
{
color: #B76C29;
}
</style>
background-color css
<style>
a { background-color: #B76C29; }
a { background-color: rgb(183,108,41); }
div.DivClassName
{
background-color: #B76C29;
}
.BgClassName
{
background-color: #B76C29;
}
</style>
border-color css
<style>
span { border-color: #B76C29; }
span { border-color: rgb(183,108,41); }
td.TdClassName
{
border-color: #B76C29;
}
.TagClassName
{
border-color: #B76C29;
}
</style>