Shades of Sahara #B49B2B
Tints of Sahara #B49B2B
RGB
CMYK
RGB Variations
Color information
#B49B2B (or 0xB49B2B) is known color: Sahara. HEX triplet: B4, 9B and 2B. RGB value is (180,155,43). Sum of RGB (Red+Green+Blue) = 180+155+43=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2B is #4B64D4. Grayscale: #969696. Windows color (decimal): -4941013 or 2857908. OLE color: 2857908.
HSL color Cylindrical-coordinate representation of color #B49B2B: hue angle of 49.05º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B49B2B is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 43 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.29 |
| HSL | 49.05º | 0.61% | 0.44% | - |
| HSV(B) | 49.05º | 0.76% | 0.71% | - |
| XYZ | 30.98 | 33.32 | 7.08 | - |
| YUV | 149.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 43 | 0 | 0.14 | 0.76 | 0.29 | 49.05 | 0.61 | 0.44 |
| Hex | B4 | 9B | 2B | 0 | E | 4C | 1D | 31 | 3D | 2C |
| Octal | 264 | 233 | 53 | 0 | 16 | 114 | 35 | 61 | 75 | 54 |
| Binary | 10110100 | 10011011 | 101011 | 0 | 1110 | 1001100 | 11101 | 110001 | 111101 | 101100 |
Color Harmonies of #B49B2B
Complementary color
Monochromatic Colors of #B49B2B
Black with #B49B2B
Text Example
Text Example
White with #B49B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B2B; }
p { color: rgb(180,155,43); }
H1.HeaderClassName
{
color: #B49B2B;
}
.AnyTagClassName
{
color: #B49B2B;
}
</style>
background-color css
<style>
a { background-color: #B49B2B; }
a { background-color: rgb(180,155,43); }
div.DivClassName
{
background-color: #B49B2B;
}
.BgClassName
{
background-color: #B49B2B;
}
</style>
border-color css
<style>
span { border-color: #B49B2B; }
span { border-color: rgb(180,155,43); }
td.TdClassName
{
border-color: #B49B2B;
}
.TagClassName
{
border-color: #B49B2B;
}
</style>