Shades of Reno Sand #B46F30
Tints of Reno Sand #B46F30
RGB
CMYK
RGB Variations
Color information
#B46F30 (or 0xB46F30) is known color: Reno Sand. HEX triplet: B4, 6F and 30. RGB value is (180,111,48). Sum of RGB (Red+Green+Blue) = 180+111+48=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F30 is #4B90CF. Grayscale: #7C7C7C. Windows color (decimal): -4952272 or 3174324. OLE color: 3174324.
HSL color Cylindrical-coordinate representation of color #B46F30: hue angle of 28.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B46F30 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 48 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.29 |
| HSL | 28.64º | 0.58% | 0.45% | - |
| HSV(B) | 28.64º | 0.73% | 0.71% | - |
| XYZ | 25.04 | 21.29 | 5.59 | - |
| YUV | 124.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 48 | 0 | 0.38 | 0.73 | 0.29 | 28.64 | 0.58 | 0.45 |
| Hex | B4 | 6F | 30 | 0 | 26 | 49 | 1D | 1D | 3A | 2D |
| Octal | 264 | 157 | 60 | 0 | 46 | 111 | 35 | 35 | 72 | 55 |
| Binary | 10110100 | 1101111 | 110000 | 0 | 100110 | 1001001 | 11101 | 11101 | 111010 | 101101 |
Color Harmonies of #B46F30
Complementary color
Monochromatic Colors of #B46F30
Black with #B46F30
Text Example
Text Example
White with #B46F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F30; }
p { color: rgb(180,111,48); }
H1.HeaderClassName
{
color: #B46F30;
}
.AnyTagClassName
{
color: #B46F30;
}
</style>
background-color css
<style>
a { background-color: #B46F30; }
a { background-color: rgb(180,111,48); }
div.DivClassName
{
background-color: #B46F30;
}
.BgClassName
{
background-color: #B46F30;
}
</style>
border-color css
<style>
span { border-color: #B46F30; }
span { border-color: rgb(180,111,48); }
td.TdClassName
{
border-color: #B46F30;
}
.TagClassName
{
border-color: #B46F30;
}
</style>