Shades of Reno Sand #B46E2A
Tints of Reno Sand #B46E2A
RGB
CMYK
RGB Variations
Color information
#B46E2A (or 0xB46E2A) is known color: Reno Sand. HEX triplet: B4, 6E and 2A. RGB value is (180,110,42). Sum of RGB (Red+Green+Blue) = 180+110+42=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E2A is #4B91D5. Grayscale: #7B7B7B. Windows color (decimal): -4952534 or 2780852. OLE color: 2780852.
HSL color Cylindrical-coordinate representation of color #B46E2A: hue angle of 29.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B46E2A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 42 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.29 |
| HSL | 29.57º | 0.62% | 0.44% | - |
| HSV(B) | 29.57º | 0.77% | 0.71% | - |
| XYZ | 24.82 | 21.02 | 4.94 | - |
| YUV | 123.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 42 | 0 | 0.39 | 0.77 | 0.29 | 29.57 | 0.62 | 0.44 |
| Hex | B4 | 6E | 2A | 0 | 27 | 4D | 1D | 1E | 3E | 2C |
| Octal | 264 | 156 | 52 | 0 | 47 | 115 | 35 | 36 | 76 | 54 |
| Binary | 10110100 | 1101110 | 101010 | 0 | 100111 | 1001101 | 11101 | 11110 | 111110 | 101100 |
Color Harmonies of #B46E2A
Complementary color
Monochromatic Colors of #B46E2A
Black with #B46E2A
Text Example
Text Example
White with #B46E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E2A; }
p { color: rgb(180,110,42); }
H1.HeaderClassName
{
color: #B46E2A;
}
.AnyTagClassName
{
color: #B46E2A;
}
</style>
background-color css
<style>
a { background-color: #B46E2A; }
a { background-color: rgb(180,110,42); }
div.DivClassName
{
background-color: #B46E2A;
}
.BgClassName
{
background-color: #B46E2A;
}
</style>
border-color css
<style>
span { border-color: #B46E2A; }
span { border-color: rgb(180,110,42); }
td.TdClassName
{
border-color: #B46E2A;
}
.TagClassName
{
border-color: #B46E2A;
}
</style>