Shades of Sahara #B4901C
Tints of Sahara #B4901C
RGB
CMYK
RGB Variations
Color information
#B4901C (or 0xB4901C) is known color: Sahara. HEX triplet: B4, 90 and 1C. RGB value is (180,144,28). Sum of RGB (Red+Green+Blue) = 180+144+28=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901C is #4B6FE3. Grayscale: #8E8E8E. Windows color (decimal): -4943844 or 1872052. OLE color: 1872052.
HSL color Cylindrical-coordinate representation of color #B4901C: hue angle of 45.79º degrees, saturation: 0.73, 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 #B4901C is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 28 | - |
| CMYK | 0 | 0.2 | 0.84 | 0.29 |
| HSL | 45.79º | 0.73% | 0.41% | - |
| HSV(B) | 45.79º | 0.84% | 0.71% | - |
| XYZ | 29.01 | 29.73 | 5.31 | - |
| YUV | 141.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 28 | 0 | 0.2 | 0.84 | 0.29 | 45.79 | 0.73 | 0.41 |
| Hex | B4 | 90 | 1C | 0 | 14 | 54 | 1D | 2E | 49 | 29 |
| Octal | 264 | 220 | 34 | 0 | 24 | 124 | 35 | 56 | 111 | 51 |
| Binary | 10110100 | 10010000 | 11100 | 0 | 10100 | 1010100 | 11101 | 101110 | 1001001 | 101001 |
Color Harmonies of #B4901C
Complementary color
Monochromatic Colors of #B4901C
Black with #B4901C
Text Example
Text Example
White with #B4901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4901C; }
p { color: rgb(180,144,28); }
H1.HeaderClassName
{
color: #B4901C;
}
.AnyTagClassName
{
color: #B4901C;
}
</style>
background-color css
<style>
a { background-color: #B4901C; }
a { background-color: rgb(180,144,28); }
div.DivClassName
{
background-color: #B4901C;
}
.BgClassName
{
background-color: #B4901C;
}
</style>
border-color css
<style>
span { border-color: #B4901C; }
span { border-color: rgb(180,144,28); }
td.TdClassName
{
border-color: #B4901C;
}
.TagClassName
{
border-color: #B4901C;
}
</style>