Shades of Sahara #BD9C25
Tints of Sahara #BD9C25
RGB
CMYK
RGB Variations
Color information
#BD9C25 (or 0xBD9C25) is known color: Sahara. HEX triplet: BD, 9C and 25. RGB value is (189,156,37). Sum of RGB (Red+Green+Blue) = 189+156+37=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C25 is #4263DA. Grayscale: #989898. Windows color (decimal): -4350939 or 2464957. OLE color: 2464957.
HSL color Cylindrical-coordinate representation of color #BD9C25: hue angle of 46.97º 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 #BD9C25 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 37 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.26 |
| HSL | 46.97º | 0.67% | 0.44% | - |
| HSV(B) | 46.97º | 0.8% | 0.74% | - |
| XYZ | 33.21 | 34.73 | 6.7 | - |
| YUV | 152.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 37 | 0 | 0.17 | 0.80 | 0.26 | 46.97 | 0.67 | 0.44 |
| Hex | BD | 9C | 25 | 0 | 11 | 50 | 1A | 2F | 43 | 2C |
| Octal | 275 | 234 | 45 | 0 | 21 | 120 | 32 | 57 | 103 | 54 |
| Binary | 10111101 | 10011100 | 100101 | 0 | 10001 | 1010000 | 11010 | 101111 | 1000011 | 101100 |
Color Harmonies of #BD9C25
Complementary color
Monochromatic Colors of #BD9C25
Black with #BD9C25
Text Example
Text Example
White with #BD9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C25; }
p { color: rgb(189,156,37); }
H1.HeaderClassName
{
color: #BD9C25;
}
.AnyTagClassName
{
color: #BD9C25;
}
</style>
background-color css
<style>
a { background-color: #BD9C25; }
a { background-color: rgb(189,156,37); }
div.DivClassName
{
background-color: #BD9C25;
}
.BgClassName
{
background-color: #BD9C25;
}
</style>
border-color css
<style>
span { border-color: #BD9C25; }
span { border-color: rgb(189,156,37); }
td.TdClassName
{
border-color: #BD9C25;
}
.TagClassName
{
border-color: #BD9C25;
}
</style>