Shades of Sahara #B99D26
Tints of Sahara #B99D26
RGB
CMYK
RGB Variations
Color information
#B99D26 (or 0xB99D26) is known color: Sahara. HEX triplet: B9, 9D and 26. RGB value is (185,157,38). Sum of RGB (Red+Green+Blue) = 185+157+38=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D26 is #4662D9. Grayscale: #989898. Windows color (decimal): -4612826 or 2530745. OLE color: 2530745.
HSL color Cylindrical-coordinate representation of color #B99D26: hue angle of 48.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B99D26 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 38 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.27 |
| HSL | 48.57º | 0.66% | 0.44% | - |
| HSV(B) | 48.57º | 0.79% | 0.73% | - |
| XYZ | 32.41 | 34.57 | 6.8 | - |
| YUV | 151.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 38 | 0 | 0.15 | 0.79 | 0.27 | 48.57 | 0.66 | 0.44 |
| Hex | B9 | 9D | 26 | 0 | F | 4F | 1B | 31 | 42 | 2C |
| Octal | 271 | 235 | 46 | 0 | 17 | 117 | 33 | 61 | 102 | 54 |
| Binary | 10111001 | 10011101 | 100110 | 0 | 1111 | 1001111 | 11011 | 110001 | 1000010 | 101100 |
Color Harmonies of #B99D26
Complementary color
Monochromatic Colors of #B99D26
Black with #B99D26
Text Example
Text Example
White with #B99D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D26; }
p { color: rgb(185,157,38); }
H1.HeaderClassName
{
color: #B99D26;
}
.AnyTagClassName
{
color: #B99D26;
}
</style>
background-color css
<style>
a { background-color: #B99D26; }
a { background-color: rgb(185,157,38); }
div.DivClassName
{
background-color: #B99D26;
}
.BgClassName
{
background-color: #B99D26;
}
</style>
border-color css
<style>
span { border-color: #B99D26; }
span { border-color: rgb(185,157,38); }
td.TdClassName
{
border-color: #B99D26;
}
.TagClassName
{
border-color: #B99D26;
}
</style>