Shades of Sahara #B19A25
Tints of Sahara #B19A25
RGB
CMYK
RGB Variations
Color information
#B19A25 (or 0xB19A25) is known color: Sahara. HEX triplet: B1, 9A and 25. RGB value is (177,154,37). Sum of RGB (Red+Green+Blue) = 177+154+37=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A25 is #4E65DA. Grayscale: #949494. Windows color (decimal): -5137883 or 2464433. OLE color: 2464433.
HSL color Cylindrical-coordinate representation of color #B19A25: hue angle of 50.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B19A25 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 37 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.31 |
| HSL | 50.14º | 0.65% | 0.42% | - |
| HSV(B) | 50.14º | 0.79% | 0.69% | - |
| XYZ | 30.02 | 32.59 | 6.46 | - |
| YUV | 147.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 37 | 0 | 0.13 | 0.79 | 0.31 | 50.14 | 0.65 | 0.42 |
| Hex | B1 | 9A | 25 | 0 | D | 4F | 1F | 32 | 41 | 2A |
| Octal | 261 | 232 | 45 | 0 | 15 | 117 | 37 | 62 | 101 | 52 |
| Binary | 10110001 | 10011010 | 100101 | 0 | 1101 | 1001111 | 11111 | 110010 | 1000001 | 101010 |
Color Harmonies of #B19A25
Complementary color
Monochromatic Colors of #B19A25
Black with #B19A25
Text Example
Text Example
White with #B19A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A25; }
p { color: rgb(177,154,37); }
H1.HeaderClassName
{
color: #B19A25;
}
.AnyTagClassName
{
color: #B19A25;
}
</style>
background-color css
<style>
a { background-color: #B19A25; }
a { background-color: rgb(177,154,37); }
div.DivClassName
{
background-color: #B19A25;
}
.BgClassName
{
background-color: #B19A25;
}
</style>
border-color css
<style>
span { border-color: #B19A25; }
span { border-color: rgb(177,154,37); }
td.TdClassName
{
border-color: #B19A25;
}
.TagClassName
{
border-color: #B19A25;
}
</style>