Shades of Sahara #B49C2D
Tints of Sahara #B49C2D
RGB
CMYK
RGB Variations
Color information
#B49C2D (or 0xB49C2D) is known color: Sahara. HEX triplet: B4, 9C and 2D. RGB value is (180,156,45). Sum of RGB (Red+Green+Blue) = 180+156+45=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C2D is #4B63D2. Grayscale: #969696. Windows color (decimal): -4940755 or 2989236. OLE color: 2989236.
HSL color Cylindrical-coordinate representation of color #B49C2D: hue angle of 49.33º 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 #B49C2D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 45 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.29 |
| HSL | 49.33º | 0.6% | 0.44% | - |
| HSV(B) | 49.33º | 0.75% | 0.71% | - |
| XYZ | 31.18 | 33.67 | 7.34 | - |
| YUV | 150.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 45 | 0 | 0.13 | 0.75 | 0.29 | 49.33 | 0.6 | 0.44 |
| Hex | B4 | 9C | 2D | 0 | D | 4B | 1D | 31 | 3C | 2C |
| Octal | 264 | 234 | 55 | 0 | 15 | 113 | 35 | 61 | 74 | 54 |
| Binary | 10110100 | 10011100 | 101101 | 0 | 1101 | 1001011 | 11101 | 110001 | 111100 | 101100 |
Color Harmonies of #B49C2D
Complementary color
Monochromatic Colors of #B49C2D
Black with #B49C2D
Text Example
Text Example
White with #B49C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C2D; }
p { color: rgb(180,156,45); }
H1.HeaderClassName
{
color: #B49C2D;
}
.AnyTagClassName
{
color: #B49C2D;
}
</style>
background-color css
<style>
a { background-color: #B49C2D; }
a { background-color: rgb(180,156,45); }
div.DivClassName
{
background-color: #B49C2D;
}
.BgClassName
{
background-color: #B49C2D;
}
</style>
border-color css
<style>
span { border-color: #B49C2D; }
span { border-color: rgb(180,156,45); }
td.TdClassName
{
border-color: #B49C2D;
}
.TagClassName
{
border-color: #B49C2D;
}
</style>