Shades of Sahara #BD9A25
Tints of Sahara #BD9A25
RGB
CMYK
RGB Variations
Color information
#BD9A25 (or 0xBD9A25) is known color: Sahara. HEX triplet: BD, 9A and 25. RGB value is (189,154,37). Sum of RGB (Red+Green+Blue) = 189+154+37=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A25 is #4265DA. Grayscale: #979797. Windows color (decimal): -4351451 or 2464445. OLE color: 2464445.
HSL color Cylindrical-coordinate representation of color #BD9A25: hue angle of 46.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD9A25 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 37 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.26 |
| HSL | 46.18º | 0.67% | 0.44% | - |
| HSV(B) | 46.18º | 0.8% | 0.74% | - |
| XYZ | 32.88 | 34.06 | 6.59 | - |
| YUV | 151.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 37 | 0 | 0.19 | 0.80 | 0.26 | 46.18 | 0.67 | 0.44 |
| Hex | BD | 9A | 25 | 0 | 13 | 50 | 1A | 2E | 43 | 2C |
| Octal | 275 | 232 | 45 | 0 | 23 | 120 | 32 | 56 | 103 | 54 |
| Binary | 10111101 | 10011010 | 100101 | 0 | 10011 | 1010000 | 11010 | 101110 | 1000011 | 101100 |
Color Harmonies of #BD9A25
Complementary color
Monochromatic Colors of #BD9A25
Black with #BD9A25
Text Example
Text Example
White with #BD9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A25; }
p { color: rgb(189,154,37); }
H1.HeaderClassName
{
color: #BD9A25;
}
.AnyTagClassName
{
color: #BD9A25;
}
</style>
background-color css
<style>
a { background-color: #BD9A25; }
a { background-color: rgb(189,154,37); }
div.DivClassName
{
background-color: #BD9A25;
}
.BgClassName
{
background-color: #BD9A25;
}
</style>
border-color css
<style>
span { border-color: #BD9A25; }
span { border-color: rgb(189,154,37); }
td.TdClassName
{
border-color: #BD9A25;
}
.TagClassName
{
border-color: #BD9A25;
}
</style>