Shades of Reno Sand #B46F2D
Tints of Reno Sand #B46F2D
RGB
CMYK
RGB Variations
Color information
#B46F2D (or 0xB46F2D) is known color: Reno Sand. HEX triplet: B4, 6F and 2D. RGB value is (180,111,45). Sum of RGB (Red+Green+Blue) = 180+111+45=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F2D is #4B90D2. Grayscale: #7C7C7C. Windows color (decimal): -4952275 or 2977716. OLE color: 2977716.
HSL color Cylindrical-coordinate representation of color #B46F2D: hue angle of 29.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B46F2D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 45 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.29 |
| HSL | 29.33º | 0.6% | 0.44% | - |
| HSV(B) | 29.33º | 0.75% | 0.71% | - |
| XYZ | 24.98 | 21.26 | 5.27 | - |
| YUV | 124.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 45 | 0 | 0.38 | 0.75 | 0.29 | 29.33 | 0.6 | 0.44 |
| Hex | B4 | 6F | 2D | 0 | 26 | 4B | 1D | 1D | 3C | 2C |
| Octal | 264 | 157 | 55 | 0 | 46 | 113 | 35 | 35 | 74 | 54 |
| Binary | 10110100 | 1101111 | 101101 | 0 | 100110 | 1001011 | 11101 | 11101 | 111100 | 101100 |
Color Harmonies of #B46F2D
Complementary color
Monochromatic Colors of #B46F2D
Black with #B46F2D
Text Example
Text Example
White with #B46F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F2D; }
p { color: rgb(180,111,45); }
H1.HeaderClassName
{
color: #B46F2D;
}
.AnyTagClassName
{
color: #B46F2D;
}
</style>
background-color css
<style>
a { background-color: #B46F2D; }
a { background-color: rgb(180,111,45); }
div.DivClassName
{
background-color: #B46F2D;
}
.BgClassName
{
background-color: #B46F2D;
}
</style>
border-color css
<style>
span { border-color: #B46F2D; }
span { border-color: rgb(180,111,45); }
td.TdClassName
{
border-color: #B46F2D;
}
.TagClassName
{
border-color: #B46F2D;
}
</style>