Shades of Sahara #B19021
Tints of Sahara #B19021
RGB
CMYK
RGB Variations
Color information
#B19021 (or 0xB19021) is known color: Sahara. HEX triplet: B1, 90 and 21. RGB value is (177,144,33). Sum of RGB (Red+Green+Blue) = 177+144+33=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B19021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19021 is #4E6FDE. Grayscale: #8D8D8D. Windows color (decimal): -5140447 or 2199729. OLE color: 2199729.
HSL color Cylindrical-coordinate representation of color #B19021: hue angle of 46.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B19021 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 33 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.31 |
| HSL | 46.25º | 0.69% | 0.41% | - |
| HSV(B) | 46.25º | 0.81% | 0.69% | - |
| XYZ | 28.38 | 29.4 | 5.62 | - |
| YUV | 141.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 33 | 0 | 0.19 | 0.81 | 0.31 | 46.25 | 0.69 | 0.41 |
| Hex | B1 | 90 | 21 | 0 | 13 | 51 | 1F | 2E | 45 | 29 |
| Octal | 261 | 220 | 41 | 0 | 23 | 121 | 37 | 56 | 105 | 51 |
| Binary | 10110001 | 10010000 | 100001 | 0 | 10011 | 1010001 | 11111 | 101110 | 1000101 | 101001 |
Color Harmonies of #B19021
Complementary color
Monochromatic Colors of #B19021
Black with #B19021
Text Example
Text Example
White with #B19021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19021; }
p { color: rgb(177,144,33); }
H1.HeaderClassName
{
color: #B19021;
}
.AnyTagClassName
{
color: #B19021;
}
</style>
background-color css
<style>
a { background-color: #B19021; }
a { background-color: rgb(177,144,33); }
div.DivClassName
{
background-color: #B19021;
}
.BgClassName
{
background-color: #B19021;
}
</style>
border-color css
<style>
span { border-color: #B19021; }
span { border-color: rgb(177,144,33); }
td.TdClassName
{
border-color: #B19021;
}
.TagClassName
{
border-color: #B19021;
}
</style>