Shades of Sahara #B4911D
Tints of Sahara #B4911D
RGB
CMYK
RGB Variations
Color information
#B4911D (or 0xB4911D) is known color: Sahara. HEX triplet: B4, 91 and 1D. RGB value is (180,145,29). Sum of RGB (Red+Green+Blue) = 180+145+29=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4911D is #4B6EE2. Grayscale: #8E8E8E. Windows color (decimal): -4943587 or 1937844. OLE color: 1937844.
HSL color Cylindrical-coordinate representation of color #B4911D: hue angle of 46.09º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4911D is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 29 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.29 |
| HSL | 46.09º | 0.72% | 0.41% | - |
| HSV(B) | 46.09º | 0.84% | 0.71% | - |
| XYZ | 29.17 | 30.04 | 5.42 | - |
| YUV | 142.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 29 | 0 | 0.19 | 0.84 | 0.29 | 46.09 | 0.72 | 0.41 |
| Hex | B4 | 91 | 1D | 0 | 13 | 54 | 1D | 2E | 48 | 29 |
| Octal | 264 | 221 | 35 | 0 | 23 | 124 | 35 | 56 | 110 | 51 |
| Binary | 10110100 | 10010001 | 11101 | 0 | 10011 | 1010100 | 11101 | 101110 | 1001000 | 101001 |
Color Harmonies of #B4911D
Complementary color
Monochromatic Colors of #B4911D
Black with #B4911D
Text Example
Text Example
White with #B4911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4911D; }
p { color: rgb(180,145,29); }
H1.HeaderClassName
{
color: #B4911D;
}
.AnyTagClassName
{
color: #B4911D;
}
</style>
background-color css
<style>
a { background-color: #B4911D; }
a { background-color: rgb(180,145,29); }
div.DivClassName
{
background-color: #B4911D;
}
.BgClassName
{
background-color: #B4911D;
}
</style>
border-color css
<style>
span { border-color: #B4911D; }
span { border-color: rgb(180,145,29); }
td.TdClassName
{
border-color: #B4911D;
}
.TagClassName
{
border-color: #B4911D;
}
</style>