Shades of Sahara #B19524
Tints of Sahara #B19524
RGB
CMYK
RGB Variations
Color information
#B19524 (or 0xB19524) is known color: Sahara. HEX triplet: B1, 95 and 24. RGB value is (177,149,36). Sum of RGB (Red+Green+Blue) = 177+149+36=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B19524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19524 is #4E6ADB. Grayscale: #909090. Windows color (decimal): -5139164 or 2397617. OLE color: 2397617.
HSL color Cylindrical-coordinate representation of color #B19524: hue angle of 48.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B19524 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 36 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.31 |
| HSL | 48.09º | 0.66% | 0.42% | - |
| HSV(B) | 48.09º | 0.8% | 0.69% | - |
| XYZ | 29.2 | 30.97 | 6.11 | - |
| YUV | 144.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 36 | 0 | 0.16 | 0.80 | 0.31 | 48.09 | 0.66 | 0.42 |
| Hex | B1 | 95 | 24 | 0 | 10 | 50 | 1F | 30 | 42 | 2A |
| Octal | 261 | 225 | 44 | 0 | 20 | 120 | 37 | 60 | 102 | 52 |
| Binary | 10110001 | 10010101 | 100100 | 0 | 10000 | 1010000 | 11111 | 110000 | 1000010 | 101010 |
Color Harmonies of #B19524
Complementary color
Monochromatic Colors of #B19524
Black with #B19524
Text Example
Text Example
White with #B19524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19524; }
p { color: rgb(177,149,36); }
H1.HeaderClassName
{
color: #B19524;
}
.AnyTagClassName
{
color: #B19524;
}
</style>
background-color css
<style>
a { background-color: #B19524; }
a { background-color: rgb(177,149,36); }
div.DivClassName
{
background-color: #B19524;
}
.BgClassName
{
background-color: #B19524;
}
</style>
border-color css
<style>
span { border-color: #B19524; }
span { border-color: rgb(177,149,36); }
td.TdClassName
{
border-color: #B19524;
}
.TagClassName
{
border-color: #B19524;
}
</style>