Shades of Sahara #B19421
Tints of Sahara #B19421
RGB
CMYK
RGB Variations
Color information
#B19421 (or 0xB19421) is known color: Sahara. HEX triplet: B1, 94 and 21. RGB value is (177,148,33). Sum of RGB (Red+Green+Blue) = 177+148+33=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B19421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19421 is #4E6BDE. Grayscale: #909090. Windows color (decimal): -5139423 or 2200753. OLE color: 2200753.
HSL color Cylindrical-coordinate representation of color #B19421: hue angle of 47.92º 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 #B19421 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 33 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.31 |
| HSL | 47.92º | 0.69% | 0.41% | - |
| HSV(B) | 47.92º | 0.81% | 0.69% | - |
| XYZ | 29 | 30.64 | 5.82 | - |
| YUV | 143.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 33 | 0 | 0.16 | 0.81 | 0.31 | 47.92 | 0.69 | 0.41 |
| Hex | B1 | 94 | 21 | 0 | 10 | 51 | 1F | 30 | 45 | 29 |
| Octal | 261 | 224 | 41 | 0 | 20 | 121 | 37 | 60 | 105 | 51 |
| Binary | 10110001 | 10010100 | 100001 | 0 | 10000 | 1010001 | 11111 | 110000 | 1000101 | 101001 |
Color Harmonies of #B19421
Complementary color
Monochromatic Colors of #B19421
Black with #B19421
Text Example
Text Example
White with #B19421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19421; }
p { color: rgb(177,148,33); }
H1.HeaderClassName
{
color: #B19421;
}
.AnyTagClassName
{
color: #B19421;
}
</style>
background-color css
<style>
a { background-color: #B19421; }
a { background-color: rgb(177,148,33); }
div.DivClassName
{
background-color: #B19421;
}
.BgClassName
{
background-color: #B19421;
}
</style>
border-color css
<style>
span { border-color: #B19421; }
span { border-color: rgb(177,148,33); }
td.TdClassName
{
border-color: #B19421;
}
.TagClassName
{
border-color: #B19421;
}
</style>