Shades of Sahara #B4932C
Tints of Sahara #B4932C
RGB
CMYK
RGB Variations
Color information
#B4932C (or 0xB4932C) is known color: Sahara. HEX triplet: B4, 93 and 2C. RGB value is (180,147,44). Sum of RGB (Red+Green+Blue) = 180+147+44=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4932C is #4B6CD3. Grayscale: #919191. Windows color (decimal): -4943060 or 2921396. OLE color: 2921396.
HSL color Cylindrical-coordinate representation of color #B4932C: hue angle of 45.44º 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 #B4932C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 44 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.29 |
| HSL | 45.44º | 0.61% | 0.44% | - |
| HSV(B) | 45.44º | 0.76% | 0.71% | - |
| XYZ | 29.71 | 30.75 | 6.75 | - |
| YUV | 145.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 44 | 0 | 0.18 | 0.76 | 0.29 | 45.44 | 0.61 | 0.44 |
| Hex | B4 | 93 | 2C | 0 | 12 | 4C | 1D | 2D | 3D | 2C |
| Octal | 264 | 223 | 54 | 0 | 22 | 114 | 35 | 55 | 75 | 54 |
| Binary | 10110100 | 10010011 | 101100 | 0 | 10010 | 1001100 | 11101 | 101101 | 111101 | 101100 |
Color Harmonies of #B4932C
Complementary color
Monochromatic Colors of #B4932C
Black with #B4932C
Text Example
Text Example
White with #B4932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4932C; }
p { color: rgb(180,147,44); }
H1.HeaderClassName
{
color: #B4932C;
}
.AnyTagClassName
{
color: #B4932C;
}
</style>
background-color css
<style>
a { background-color: #B4932C; }
a { background-color: rgb(180,147,44); }
div.DivClassName
{
background-color: #B4932C;
}
.BgClassName
{
background-color: #B4932C;
}
</style>
border-color css
<style>
span { border-color: #B4932C; }
span { border-color: rgb(180,147,44); }
td.TdClassName
{
border-color: #B4932C;
}
.TagClassName
{
border-color: #B4932C;
}
</style>