Shades of Sahara #B08D25
Tints of Sahara #B08D25
RGB
CMYK
RGB Variations
Color information
#B08D25 (or 0xB08D25) is known color: Sahara. HEX triplet: B0, 8D and 25. RGB value is (176,141,37). Sum of RGB (Red+Green+Blue) = 176+141+37=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D25 is #4F72DA. Grayscale: #8C8C8C. Windows color (decimal): -5206747 or 2461104. OLE color: 2461104.
HSL color Cylindrical-coordinate representation of color #B08D25: hue angle of 44.89º 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 #B08D25 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 37 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.31 |
| HSL | 44.89º | 0.65% | 0.42% | - |
| HSV(B) | 44.89º | 0.79% | 0.69% | - |
| XYZ | 27.76 | 28.41 | 5.77 | - |
| YUV | 139.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 37 | 0 | 0.20 | 0.79 | 0.31 | 44.89 | 0.65 | 0.42 |
| Hex | B0 | 8D | 25 | 0 | 14 | 4F | 1F | 2D | 41 | 2A |
| Octal | 260 | 215 | 45 | 0 | 24 | 117 | 37 | 55 | 101 | 52 |
| Binary | 10110000 | 10001101 | 100101 | 0 | 10100 | 1001111 | 11111 | 101101 | 1000001 | 101010 |
Color Harmonies of #B08D25
Complementary color
Monochromatic Colors of #B08D25
Black with #B08D25
Text Example
Text Example
White with #B08D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D25; }
p { color: rgb(176,141,37); }
H1.HeaderClassName
{
color: #B08D25;
}
.AnyTagClassName
{
color: #B08D25;
}
</style>
background-color css
<style>
a { background-color: #B08D25; }
a { background-color: rgb(176,141,37); }
div.DivClassName
{
background-color: #B08D25;
}
.BgClassName
{
background-color: #B08D25;
}
</style>
border-color css
<style>
span { border-color: #B08D25; }
span { border-color: rgb(176,141,37); }
td.TdClassName
{
border-color: #B08D25;
}
.TagClassName
{
border-color: #B08D25;
}
</style>