Shades of Sahara #B09B25
Tints of Sahara #B09B25
RGB
CMYK
RGB Variations
Color information
#B09B25 (or 0xB09B25) is known color: Sahara. HEX triplet: B0, 9B and 25. RGB value is (176,155,37). Sum of RGB (Red+Green+Blue) = 176+155+37=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B25 is #4F64DA. Grayscale: #949494. Windows color (decimal): -5203163 or 2464688. OLE color: 2464688.
HSL color Cylindrical-coordinate representation of color #B09B25: hue angle of 50.94º 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 #B09B25 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 37 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.31 |
| HSL | 50.94º | 0.65% | 0.42% | - |
| HSV(B) | 50.94º | 0.79% | 0.69% | - |
| XYZ | 29.96 | 32.81 | 6.5 | - |
| YUV | 147.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 37 | 0 | 0.12 | 0.79 | 0.31 | 50.94 | 0.65 | 0.42 |
| Hex | B0 | 9B | 25 | 0 | C | 4F | 1F | 33 | 41 | 2A |
| Octal | 260 | 233 | 45 | 0 | 14 | 117 | 37 | 63 | 101 | 52 |
| Binary | 10110000 | 10011011 | 100101 | 0 | 1100 | 1001111 | 11111 | 110011 | 1000001 | 101010 |
Color Harmonies of #B09B25
Complementary color
Monochromatic Colors of #B09B25
Black with #B09B25
Text Example
Text Example
White with #B09B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B25; }
p { color: rgb(176,155,37); }
H1.HeaderClassName
{
color: #B09B25;
}
.AnyTagClassName
{
color: #B09B25;
}
</style>
background-color css
<style>
a { background-color: #B09B25; }
a { background-color: rgb(176,155,37); }
div.DivClassName
{
background-color: #B09B25;
}
.BgClassName
{
background-color: #B09B25;
}
</style>
border-color css
<style>
span { border-color: #B09B25; }
span { border-color: rgb(176,155,37); }
td.TdClassName
{
border-color: #B09B25;
}
.TagClassName
{
border-color: #B09B25;
}
</style>