Shades of Sahara #BD9926
Tints of Sahara #BD9926
RGB
CMYK
RGB Variations
Color information
#BD9926 (or 0xBD9926) is known color: Sahara. HEX triplet: BD, 99 and 26. RGB value is (189,153,38). Sum of RGB (Red+Green+Blue) = 189+153+38=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9926 is #4266D9. Grayscale: #979797. Windows color (decimal): -4351706 or 2529725. OLE color: 2529725.
HSL color Cylindrical-coordinate representation of color #BD9926: hue angle of 45.7º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD9926 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 38 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.26 |
| HSL | 45.7º | 0.67% | 0.45% | - |
| HSV(B) | 45.7º | 0.8% | 0.74% | - |
| XYZ | 32.73 | 33.74 | 6.62 | - |
| YUV | 150.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 38 | 0 | 0.19 | 0.80 | 0.26 | 45.7 | 0.67 | 0.45 |
| Hex | BD | 99 | 26 | 0 | 13 | 50 | 1A | 2E | 43 | 2D |
| Octal | 275 | 231 | 46 | 0 | 23 | 120 | 32 | 56 | 103 | 55 |
| Binary | 10111101 | 10011001 | 100110 | 0 | 10011 | 1010000 | 11010 | 101110 | 1000011 | 101101 |
Color Harmonies of #BD9926
Complementary color
Monochromatic Colors of #BD9926
Black with #BD9926
Text Example
Text Example
White with #BD9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9926; }
p { color: rgb(189,153,38); }
H1.HeaderClassName
{
color: #BD9926;
}
.AnyTagClassName
{
color: #BD9926;
}
</style>
background-color css
<style>
a { background-color: #BD9926; }
a { background-color: rgb(189,153,38); }
div.DivClassName
{
background-color: #BD9926;
}
.BgClassName
{
background-color: #BD9926;
}
</style>
border-color css
<style>
span { border-color: #BD9926; }
span { border-color: rgb(189,153,38); }
td.TdClassName
{
border-color: #BD9926;
}
.TagClassName
{
border-color: #BD9926;
}
</style>