Shades of Reno Sand #B46C2F
Tints of Reno Sand #B46C2F
RGB
CMYK
RGB Variations
Color information
#B46C2F (or 0xB46C2F) is known color: Reno Sand. HEX triplet: B4, 6C and 2F. RGB value is (180,108,47). Sum of RGB (Red+Green+Blue) = 180+108+47=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C2F is #4B93D0. Grayscale: #7A7A7A. Windows color (decimal): -4953041 or 3108020. OLE color: 3108020.
HSL color Cylindrical-coordinate representation of color #B46C2F: hue angle of 27.52º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B46C2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 47 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.29 |
| HSL | 27.52º | 0.59% | 0.45% | - |
| HSV(B) | 27.52º | 0.74% | 0.71% | - |
| XYZ | 24.7 | 20.63 | 5.37 | - |
| YUV | 122.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 47 | 0 | 0.40 | 0.74 | 0.29 | 27.52 | 0.59 | 0.45 |
| Hex | B4 | 6C | 2F | 0 | 28 | 4A | 1D | 1C | 3B | 2D |
| Octal | 264 | 154 | 57 | 0 | 50 | 112 | 35 | 34 | 73 | 55 |
| Binary | 10110100 | 1101100 | 101111 | 0 | 101000 | 1001010 | 11101 | 11100 | 111011 | 101101 |
Color Harmonies of #B46C2F
Complementary color
Monochromatic Colors of #B46C2F
Black with #B46C2F
Text Example
Text Example
White with #B46C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C2F; }
p { color: rgb(180,108,47); }
H1.HeaderClassName
{
color: #B46C2F;
}
.AnyTagClassName
{
color: #B46C2F;
}
</style>
background-color css
<style>
a { background-color: #B46C2F; }
a { background-color: rgb(180,108,47); }
div.DivClassName
{
background-color: #B46C2F;
}
.BgClassName
{
background-color: #B46C2F;
}
</style>
border-color css
<style>
span { border-color: #B46C2F; }
span { border-color: rgb(180,108,47); }
td.TdClassName
{
border-color: #B46C2F;
}
.TagClassName
{
border-color: #B46C2F;
}
</style>