Shades of Sahara #BD9C23
Tints of Sahara #BD9C23
RGB
CMYK
RGB Variations
Color information
#BD9C23 (or 0xBD9C23) is known color: Sahara. HEX triplet: BD, 9C and 23. RGB value is (189,156,35). Sum of RGB (Red+Green+Blue) = 189+156+35=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C23 is #4263DC. Grayscale: #989898. Windows color (decimal): -4350941 or 2333885. OLE color: 2333885.
HSL color Cylindrical-coordinate representation of color #BD9C23: hue angle of 47.14º 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 #BD9C23 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 35 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.26 |
| HSL | 47.14º | 0.69% | 0.44% | - |
| HSV(B) | 47.14º | 0.81% | 0.74% | - |
| XYZ | 33.18 | 34.72 | 6.54 | - |
| YUV | 152.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 35 | 0 | 0.17 | 0.81 | 0.26 | 47.14 | 0.69 | 0.44 |
| Hex | BD | 9C | 23 | 0 | 11 | 51 | 1A | 2F | 45 | 2C |
| Octal | 275 | 234 | 43 | 0 | 21 | 121 | 32 | 57 | 105 | 54 |
| Binary | 10111101 | 10011100 | 100011 | 0 | 10001 | 1010001 | 11010 | 101111 | 1000101 | 101100 |
Color Harmonies of #BD9C23
Complementary color
Monochromatic Colors of #BD9C23
Black with #BD9C23
Text Example
Text Example
White with #BD9C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C23; }
p { color: rgb(189,156,35); }
H1.HeaderClassName
{
color: #BD9C23;
}
.AnyTagClassName
{
color: #BD9C23;
}
</style>
background-color css
<style>
a { background-color: #BD9C23; }
a { background-color: rgb(189,156,35); }
div.DivClassName
{
background-color: #BD9C23;
}
.BgClassName
{
background-color: #BD9C23;
}
</style>
border-color css
<style>
span { border-color: #BD9C23; }
span { border-color: rgb(189,156,35); }
td.TdClassName
{
border-color: #BD9C23;
}
.TagClassName
{
border-color: #BD9C23;
}
</style>