Shades of Reno Sand #B46D34
Tints of Reno Sand #B46D34
RGB
CMYK
RGB Variations
Color information
#B46D34 (or 0xB46D34) is known color: Reno Sand. HEX triplet: B4, 6D and 34. RGB value is (180,109,52). Sum of RGB (Red+Green+Blue) = 180+109+52=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D34 is #4B92CB. Grayscale: #7C7C7C. Windows color (decimal): -4952780 or 3435956. OLE color: 3435956.
HSL color Cylindrical-coordinate representation of color #B46D34: hue angle of 26.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B46D34 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 52 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.29 |
| HSL | 26.72º | 0.55% | 0.45% | - |
| HSV(B) | 26.72º | 0.71% | 0.71% | - |
| XYZ | 24.91 | 20.89 | 5.97 | - |
| YUV | 123.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 52 | 0 | 0.39 | 0.71 | 0.29 | 26.72 | 0.55 | 0.45 |
| Hex | B4 | 6D | 34 | 0 | 27 | 47 | 1D | 1B | 37 | 2D |
| Octal | 264 | 155 | 64 | 0 | 47 | 107 | 35 | 33 | 67 | 55 |
| Binary | 10110100 | 1101101 | 110100 | 0 | 100111 | 1000111 | 11101 | 11011 | 110111 | 101101 |
Color Harmonies of #B46D34
Complementary color
Monochromatic Colors of #B46D34
Black with #B46D34
Text Example
Text Example
White with #B46D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D34; }
p { color: rgb(180,109,52); }
H1.HeaderClassName
{
color: #B46D34;
}
.AnyTagClassName
{
color: #B46D34;
}
</style>
background-color css
<style>
a { background-color: #B46D34; }
a { background-color: rgb(180,109,52); }
div.DivClassName
{
background-color: #B46D34;
}
.BgClassName
{
background-color: #B46D34;
}
</style>
border-color css
<style>
span { border-color: #B46D34; }
span { border-color: rgb(180,109,52); }
td.TdClassName
{
border-color: #B46D34;
}
.TagClassName
{
border-color: #B46D34;
}
</style>