Shades of Sahara #B39A2D
Tints of Sahara #B39A2D
RGB
CMYK
RGB Variations
Color information
#B39A2D (or 0xB39A2D) is known color: Sahara. HEX triplet: B3, 9A and 2D. RGB value is (179,154,45). Sum of RGB (Red+Green+Blue) = 179+154+45=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A2D is #4C65D2. Grayscale: #959595. Windows color (decimal): -5006803 or 2988723. OLE color: 2988723.
HSL color Cylindrical-coordinate representation of color #B39A2D: hue angle of 48.81º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B39A2D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 45 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.30 |
| HSL | 48.81º | 0.6% | 0.44% | - |
| HSV(B) | 48.81º | 0.75% | 0.7% | - |
| XYZ | 30.62 | 32.88 | 7.22 | - |
| YUV | 149.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 45 | 0 | 0.14 | 0.75 | 0.30 | 48.81 | 0.6 | 0.44 |
| Hex | B3 | 9A | 2D | 0 | E | 4B | 1E | 31 | 3C | 2C |
| Octal | 263 | 232 | 55 | 0 | 16 | 113 | 36 | 61 | 74 | 54 |
| Binary | 10110011 | 10011010 | 101101 | 0 | 1110 | 1001011 | 11110 | 110001 | 111100 | 101100 |
Color Harmonies of #B39A2D
Complementary color
Monochromatic Colors of #B39A2D
Black with #B39A2D
Text Example
Text Example
White with #B39A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A2D; }
p { color: rgb(179,154,45); }
H1.HeaderClassName
{
color: #B39A2D;
}
.AnyTagClassName
{
color: #B39A2D;
}
</style>
background-color css
<style>
a { background-color: #B39A2D; }
a { background-color: rgb(179,154,45); }
div.DivClassName
{
background-color: #B39A2D;
}
.BgClassName
{
background-color: #B39A2D;
}
</style>
border-color css
<style>
span { border-color: #B39A2D; }
span { border-color: rgb(179,154,45); }
td.TdClassName
{
border-color: #B39A2D;
}
.TagClassName
{
border-color: #B39A2D;
}
</style>