Shades of Sahara #B49C34
Tints of Sahara #B49C34
RGB
CMYK
RGB Variations
Color information
#B49C34 (or 0xB49C34) is known color: Sahara. HEX triplet: B4, 9C and 34. RGB value is (180,156,52). Sum of RGB (Red+Green+Blue) = 180+156+52=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C34 is #4B63CB. Grayscale: #979797. Windows color (decimal): -4940748 or 3447988. OLE color: 3447988.
HSL color Cylindrical-coordinate representation of color #B49C34: hue angle of 48.75º 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 #B49C34 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 52 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.29 |
| HSL | 48.75º | 0.55% | 0.45% | - |
| HSV(B) | 48.75º | 0.71% | 0.71% | - |
| XYZ | 31.33 | 33.73 | 8.11 | - |
| YUV | 151.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 52 | 0 | 0.13 | 0.71 | 0.29 | 48.75 | 0.55 | 0.45 |
| Hex | B4 | 9C | 34 | 0 | D | 47 | 1D | 31 | 37 | 2D |
| Octal | 264 | 234 | 64 | 0 | 15 | 107 | 35 | 61 | 67 | 55 |
| Binary | 10110100 | 10011100 | 110100 | 0 | 1101 | 1000111 | 11101 | 110001 | 110111 | 101101 |
Color Harmonies of #B49C34
Complementary color
Monochromatic Colors of #B49C34
Black with #B49C34
Text Example
Text Example
White with #B49C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C34; }
p { color: rgb(180,156,52); }
H1.HeaderClassName
{
color: #B49C34;
}
.AnyTagClassName
{
color: #B49C34;
}
</style>
background-color css
<style>
a { background-color: #B49C34; }
a { background-color: rgb(180,156,52); }
div.DivClassName
{
background-color: #B49C34;
}
.BgClassName
{
background-color: #B49C34;
}
</style>
border-color css
<style>
span { border-color: #B49C34; }
span { border-color: rgb(180,156,52); }
td.TdClassName
{
border-color: #B49C34;
}
.TagClassName
{
border-color: #B49C34;
}
</style>