Shades of Sahara #B49A1F
Tints of Sahara #B49A1F
RGB
CMYK
RGB Variations
Color information
#B49A1F (or 0xB49A1F) is known color: Sahara. HEX triplet: B4, 9A and 1F. RGB value is (180,154,31). Sum of RGB (Red+Green+Blue) = 180+154+31=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A1F is #4B65E0. Grayscale: #949494. Windows color (decimal): -4941281 or 2071220. OLE color: 2071220.
HSL color Cylindrical-coordinate representation of color #B49A1F: hue angle of 49.53º 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 #B49A1F is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 31 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.29 |
| HSL | 49.53º | 0.71% | 0.41% | - |
| HSV(B) | 49.53º | 0.83% | 0.71% | - |
| XYZ | 30.63 | 32.91 | 6.04 | - |
| YUV | 147.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 31 | 0 | 0.14 | 0.83 | 0.29 | 49.53 | 0.71 | 0.41 |
| Hex | B4 | 9A | 1F | 0 | E | 53 | 1D | 32 | 47 | 29 |
| Octal | 264 | 232 | 37 | 0 | 16 | 123 | 35 | 62 | 107 | 51 |
| Binary | 10110100 | 10011010 | 11111 | 0 | 1110 | 1010011 | 11101 | 110010 | 1000111 | 101001 |
Color Harmonies of #B49A1F
Complementary color
Monochromatic Colors of #B49A1F
Black with #B49A1F
Text Example
Text Example
White with #B49A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A1F; }
p { color: rgb(180,154,31); }
H1.HeaderClassName
{
color: #B49A1F;
}
.AnyTagClassName
{
color: #B49A1F;
}
</style>
background-color css
<style>
a { background-color: #B49A1F; }
a { background-color: rgb(180,154,31); }
div.DivClassName
{
background-color: #B49A1F;
}
.BgClassName
{
background-color: #B49A1F;
}
</style>
border-color css
<style>
span { border-color: #B49A1F; }
span { border-color: rgb(180,154,31); }
td.TdClassName
{
border-color: #B49A1F;
}
.TagClassName
{
border-color: #B49A1F;
}
</style>