Shades of Sahara #B4901F
Tints of Sahara #B4901F
RGB
CMYK
RGB Variations
Color information
#B4901F (or 0xB4901F) is known color: Sahara. HEX triplet: B4, 90 and 1F. RGB value is (180,144,31). Sum of RGB (Red+Green+Blue) = 180+144+31=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901F is #4B6FE0. Grayscale: #8E8E8E. Windows color (decimal): -4943841 or 2068660. OLE color: 2068660.
HSL color Cylindrical-coordinate representation of color #B4901F: hue angle of 45.5º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4901F is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 31 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.29 |
| HSL | 45.5º | 0.71% | 0.41% | - |
| HSV(B) | 45.5º | 0.83% | 0.71% | - |
| XYZ | 29.04 | 29.75 | 5.51 | - |
| YUV | 141.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 31 | 0 | 0.2 | 0.83 | 0.29 | 45.5 | 0.71 | 0.41 |
| Hex | B4 | 90 | 1F | 0 | 14 | 53 | 1D | 2E | 47 | 29 |
| Octal | 264 | 220 | 37 | 0 | 24 | 123 | 35 | 56 | 107 | 51 |
| Binary | 10110100 | 10010000 | 11111 | 0 | 10100 | 1010011 | 11101 | 101110 | 1000111 | 101001 |
Color Harmonies of #B4901F
Complementary color
Monochromatic Colors of #B4901F
Black with #B4901F
Text Example
Text Example
White with #B4901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4901F; }
p { color: rgb(180,144,31); }
H1.HeaderClassName
{
color: #B4901F;
}
.AnyTagClassName
{
color: #B4901F;
}
</style>
background-color css
<style>
a { background-color: #B4901F; }
a { background-color: rgb(180,144,31); }
div.DivClassName
{
background-color: #B4901F;
}
.BgClassName
{
background-color: #B4901F;
}
</style>
border-color css
<style>
span { border-color: #B4901F; }
span { border-color: rgb(180,144,31); }
td.TdClassName
{
border-color: #B4901F;
}
.TagClassName
{
border-color: #B4901F;
}
</style>