Shades of Sahara #B09524
Tints of Sahara #B09524
RGB
CMYK
RGB Variations
Color information
#B09524 (or 0xB09524) is known color: Sahara. HEX triplet: B0, 95 and 24. RGB value is (176,149,36). Sum of RGB (Red+Green+Blue) = 176+149+36=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09524 is #4F6ADB. Grayscale: #909090. Windows color (decimal): -5204700 or 2397616. OLE color: 2397616.
HSL color Cylindrical-coordinate representation of color #B09524: hue angle of 48.43º 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 #B09524 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 36 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.31 |
| HSL | 48.43º | 0.66% | 0.42% | - |
| HSV(B) | 48.43º | 0.8% | 0.69% | - |
| XYZ | 28.97 | 30.85 | 6.1 | - |
| YUV | 144.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 36 | 0 | 0.15 | 0.80 | 0.31 | 48.43 | 0.66 | 0.42 |
| Hex | B0 | 95 | 24 | 0 | F | 50 | 1F | 30 | 42 | 2A |
| Octal | 260 | 225 | 44 | 0 | 17 | 120 | 37 | 60 | 102 | 52 |
| Binary | 10110000 | 10010101 | 100100 | 0 | 1111 | 1010000 | 11111 | 110000 | 1000010 | 101010 |
Color Harmonies of #B09524
Complementary color
Monochromatic Colors of #B09524
Black with #B09524
Text Example
Text Example
White with #B09524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09524; }
p { color: rgb(176,149,36); }
H1.HeaderClassName
{
color: #B09524;
}
.AnyTagClassName
{
color: #B09524;
}
</style>
background-color css
<style>
a { background-color: #B09524; }
a { background-color: rgb(176,149,36); }
div.DivClassName
{
background-color: #B09524;
}
.BgClassName
{
background-color: #B09524;
}
</style>
border-color css
<style>
span { border-color: #B09524; }
span { border-color: rgb(176,149,36); }
td.TdClassName
{
border-color: #B09524;
}
.TagClassName
{
border-color: #B09524;
}
</style>