Shades of Sahara #B19A33
Tints of Sahara #B19A33
RGB
CMYK
RGB Variations
Color information
#B19A33 (or 0xB19A33) is known color: Sahara. HEX triplet: B1, 9A and 33. RGB value is (177,154,51). Sum of RGB (Red+Green+Blue) = 177+154+51=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A33 is #4E65CC. Grayscale: #959595. Windows color (decimal): -5137869 or 3381937. OLE color: 3381937.
HSL color Cylindrical-coordinate representation of color #B19A33: hue angle of 49.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B19A33 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 51 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.31 |
| HSL | 49.05º | 0.55% | 0.45% | - |
| HSV(B) | 49.05º | 0.71% | 0.69% | - |
| XYZ | 30.28 | 32.7 | 7.85 | - |
| YUV | 149.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 51 | 0 | 0.13 | 0.71 | 0.31 | 49.05 | 0.55 | 0.45 |
| Hex | B1 | 9A | 33 | 0 | D | 47 | 1F | 31 | 37 | 2D |
| Octal | 261 | 232 | 63 | 0 | 15 | 107 | 37 | 61 | 67 | 55 |
| Binary | 10110001 | 10011010 | 110011 | 0 | 1101 | 1000111 | 11111 | 110001 | 110111 | 101101 |
Color Harmonies of #B19A33
Complementary color
Monochromatic Colors of #B19A33
Black with #B19A33
Text Example
Text Example
White with #B19A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A33; }
p { color: rgb(177,154,51); }
H1.HeaderClassName
{
color: #B19A33;
}
.AnyTagClassName
{
color: #B19A33;
}
</style>
background-color css
<style>
a { background-color: #B19A33; }
a { background-color: rgb(177,154,51); }
div.DivClassName
{
background-color: #B19A33;
}
.BgClassName
{
background-color: #B19A33;
}
</style>
border-color css
<style>
span { border-color: #B19A33; }
span { border-color: rgb(177,154,51); }
td.TdClassName
{
border-color: #B19A33;
}
.TagClassName
{
border-color: #B19A33;
}
</style>