Shades of Sahara #B59F2D
Tints of Sahara #B59F2D
RGB
CMYK
RGB Variations
Color information
#B59F2D (or 0xB59F2D) is known color: Sahara. HEX triplet: B5, 9F and 2D. RGB value is (181,159,45). Sum of RGB (Red+Green+Blue) = 181+159+45=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F2D is #4A60D2. Grayscale: #999999. Windows color (decimal): -4874451 or 2990005. OLE color: 2990005.
HSL color Cylindrical-coordinate representation of color #B59F2D: hue angle of 50.29º 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 #B59F2D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 45 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.29 |
| HSL | 50.29º | 0.6% | 0.44% | - |
| HSV(B) | 50.29º | 0.75% | 0.71% | - |
| XYZ | 31.93 | 34.81 | 7.52 | - |
| YUV | 152.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 45 | 0 | 0.12 | 0.75 | 0.29 | 50.29 | 0.6 | 0.44 |
| Hex | B5 | 9F | 2D | 0 | C | 4B | 1D | 32 | 3C | 2C |
| Octal | 265 | 237 | 55 | 0 | 14 | 113 | 35 | 62 | 74 | 54 |
| Binary | 10110101 | 10011111 | 101101 | 0 | 1100 | 1001011 | 11101 | 110010 | 111100 | 101100 |
Color Harmonies of #B59F2D
Complementary color
Monochromatic Colors of #B59F2D
Black with #B59F2D
Text Example
Text Example
White with #B59F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F2D; }
p { color: rgb(181,159,45); }
H1.HeaderClassName
{
color: #B59F2D;
}
.AnyTagClassName
{
color: #B59F2D;
}
</style>
background-color css
<style>
a { background-color: #B59F2D; }
a { background-color: rgb(181,159,45); }
div.DivClassName
{
background-color: #B59F2D;
}
.BgClassName
{
background-color: #B59F2D;
}
</style>
border-color css
<style>
span { border-color: #B59F2D; }
span { border-color: rgb(181,159,45); }
td.TdClassName
{
border-color: #B59F2D;
}
.TagClassName
{
border-color: #B59F2D;
}
</style>