Shades of Sahara #B19821
Tints of Sahara #B19821
RGB
CMYK
RGB Variations
Color information
#B19821 (or 0xB19821) is known color: Sahara. HEX triplet: B1, 98 and 21. RGB value is (177,152,33). Sum of RGB (Red+Green+Blue) = 177+152+33=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B19821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19821 is #4E67DE. Grayscale: #929292. Windows color (decimal): -5138399 or 2201777. OLE color: 2201777.
HSL color Cylindrical-coordinate representation of color #B19821: hue angle of 49.58º 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 #B19821 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 33 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.31 |
| HSL | 49.58º | 0.69% | 0.41% | - |
| HSV(B) | 49.58º | 0.81% | 0.69% | - |
| XYZ | 29.63 | 31.91 | 6.04 | - |
| YUV | 145.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 33 | 0 | 0.14 | 0.81 | 0.31 | 49.58 | 0.69 | 0.41 |
| Hex | B1 | 98 | 21 | 0 | E | 51 | 1F | 32 | 45 | 29 |
| Octal | 261 | 230 | 41 | 0 | 16 | 121 | 37 | 62 | 105 | 51 |
| Binary | 10110001 | 10011000 | 100001 | 0 | 1110 | 1010001 | 11111 | 110010 | 1000101 | 101001 |
Color Harmonies of #B19821
Complementary color
Monochromatic Colors of #B19821
Black with #B19821
Text Example
Text Example
White with #B19821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19821; }
p { color: rgb(177,152,33); }
H1.HeaderClassName
{
color: #B19821;
}
.AnyTagClassName
{
color: #B19821;
}
</style>
background-color css
<style>
a { background-color: #B19821; }
a { background-color: rgb(177,152,33); }
div.DivClassName
{
background-color: #B19821;
}
.BgClassName
{
background-color: #B19821;
}
</style>
border-color css
<style>
span { border-color: #B19821; }
span { border-color: rgb(177,152,33); }
td.TdClassName
{
border-color: #B19821;
}
.TagClassName
{
border-color: #B19821;
}
</style>