Shades of Sahara #B39B2C
Tints of Sahara #B39B2C
RGB
CMYK
RGB Variations
Color information
#B39B2C (or 0xB39B2C) is known color: Sahara. HEX triplet: B3, 9B and 2C. RGB value is (179,155,44). Sum of RGB (Red+Green+Blue) = 179+155+44=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39B2C is #4C64D3. Grayscale: #959595. Windows color (decimal): -5006548 or 2923443. OLE color: 2923443.
HSL color Cylindrical-coordinate representation of color #B39B2C: hue angle of 49.33º degrees, saturation: 0.61, 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 #B39B2C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 44 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.30 |
| HSL | 49.33º | 0.61% | 0.44% | - |
| HSV(B) | 49.33º | 0.75% | 0.7% | - |
| XYZ | 30.77 | 33.21 | 7.17 | - |
| YUV | 149.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 44 | 0 | 0.13 | 0.75 | 0.30 | 49.33 | 0.61 | 0.44 |
| Hex | B3 | 9B | 2C | 0 | D | 4B | 1E | 31 | 3D | 2C |
| Octal | 263 | 233 | 54 | 0 | 15 | 113 | 36 | 61 | 75 | 54 |
| Binary | 10110011 | 10011011 | 101100 | 0 | 1101 | 1001011 | 11110 | 110001 | 111101 | 101100 |
Color Harmonies of #B39B2C
Complementary color
Monochromatic Colors of #B39B2C
Black with #B39B2C
Text Example
Text Example
White with #B39B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39B2C; }
p { color: rgb(179,155,44); }
H1.HeaderClassName
{
color: #B39B2C;
}
.AnyTagClassName
{
color: #B39B2C;
}
</style>
background-color css
<style>
a { background-color: #B39B2C; }
a { background-color: rgb(179,155,44); }
div.DivClassName
{
background-color: #B39B2C;
}
.BgClassName
{
background-color: #B39B2C;
}
</style>
border-color css
<style>
span { border-color: #B39B2C; }
span { border-color: rgb(179,155,44); }
td.TdClassName
{
border-color: #B39B2C;
}
.TagClassName
{
border-color: #B39B2C;
}
</style>