Shades of Sahara #BD9A23
Tints of Sahara #BD9A23
RGB
CMYK
RGB Variations
Color information
#BD9A23 (or 0xBD9A23) is known color: Sahara. HEX triplet: BD, 9A and 23. RGB value is (189,154,35). Sum of RGB (Red+Green+Blue) = 189+154+35=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A23 is #4265DC. Grayscale: #979797. Windows color (decimal): -4351453 or 2333373. OLE color: 2333373.
HSL color Cylindrical-coordinate representation of color #BD9A23: hue angle of 46.36º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9A23 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 35 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.26 |
| HSL | 46.36º | 0.69% | 0.44% | - |
| HSV(B) | 46.36º | 0.81% | 0.74% | - |
| XYZ | 32.85 | 34.05 | 6.43 | - |
| YUV | 150.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 35 | 0 | 0.19 | 0.81 | 0.26 | 46.36 | 0.69 | 0.44 |
| Hex | BD | 9A | 23 | 0 | 13 | 51 | 1A | 2E | 45 | 2C |
| Octal | 275 | 232 | 43 | 0 | 23 | 121 | 32 | 56 | 105 | 54 |
| Binary | 10111101 | 10011010 | 100011 | 0 | 10011 | 1010001 | 11010 | 101110 | 1000101 | 101100 |
Color Harmonies of #BD9A23
Complementary color
Monochromatic Colors of #BD9A23
Black with #BD9A23
Text Example
Text Example
White with #BD9A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A23; }
p { color: rgb(189,154,35); }
H1.HeaderClassName
{
color: #BD9A23;
}
.AnyTagClassName
{
color: #BD9A23;
}
</style>
background-color css
<style>
a { background-color: #BD9A23; }
a { background-color: rgb(189,154,35); }
div.DivClassName
{
background-color: #BD9A23;
}
.BgClassName
{
background-color: #BD9A23;
}
</style>
border-color css
<style>
span { border-color: #BD9A23; }
span { border-color: rgb(189,154,35); }
td.TdClassName
{
border-color: #BD9A23;
}
.TagClassName
{
border-color: #BD9A23;
}
</style>