Shades of Reno Sand #B4682D
Tints of Reno Sand #B4682D
RGB
CMYK
RGB Variations
Color information
#B4682D (or 0xB4682D) is known color: Reno Sand. HEX triplet: B4, 68 and 2D. RGB value is (180,104,45). Sum of RGB (Red+Green+Blue) = 180+104+45=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4682D is #4B97D2. Grayscale: #787878. Windows color (decimal): -4954067 or 2975924. OLE color: 2975924.
HSL color Cylindrical-coordinate representation of color #B4682D: hue angle of 26.22º 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 #B4682D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 45 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.29 |
| HSL | 26.22º | 0.6% | 0.44% | - |
| HSV(B) | 26.22º | 0.75% | 0.71% | - |
| XYZ | 24.25 | 19.79 | 5.03 | - |
| YUV | 120 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 45 | 0 | 0.42 | 0.75 | 0.29 | 26.22 | 0.6 | 0.44 |
| Hex | B4 | 68 | 2D | 0 | 2A | 4B | 1D | 1A | 3C | 2C |
| Octal | 264 | 150 | 55 | 0 | 52 | 113 | 35 | 32 | 74 | 54 |
| Binary | 10110100 | 1101000 | 101101 | 0 | 101010 | 1001011 | 11101 | 11010 | 111100 | 101100 |
Color Harmonies of #B4682D
Complementary color
Monochromatic Colors of #B4682D
Black with #B4682D
Text Example
Text Example
White with #B4682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4682D; }
p { color: rgb(180,104,45); }
H1.HeaderClassName
{
color: #B4682D;
}
.AnyTagClassName
{
color: #B4682D;
}
</style>
background-color css
<style>
a { background-color: #B4682D; }
a { background-color: rgb(180,104,45); }
div.DivClassName
{
background-color: #B4682D;
}
.BgClassName
{
background-color: #B4682D;
}
</style>
border-color css
<style>
span { border-color: #B4682D; }
span { border-color: rgb(180,104,45); }
td.TdClassName
{
border-color: #B4682D;
}
.TagClassName
{
border-color: #B4682D;
}
</style>