Shades of Sahara #BDA330
Tints of Sahara #BDA330
RGB
CMYK
RGB Variations
Color information
#BDA330 (or 0xBDA330) is known color: Sahara. HEX triplet: BD, A3 and 30. RGB value is (189,163,48). Sum of RGB (Red+Green+Blue) = 189+163+48=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA330 is #425CCF. Grayscale: #9E9E9E. Windows color (decimal): -4349136 or 3187645. OLE color: 3187645.
HSL color Cylindrical-coordinate representation of color #BDA330: hue angle of 48.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDA330 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 48 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.26 |
| HSL | 48.94º | 0.59% | 0.46% | - |
| HSV(B) | 48.94º | 0.75% | 0.74% | - |
| XYZ | 34.62 | 37.23 | 8.16 | - |
| YUV | 157.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 48 | 0 | 0.14 | 0.75 | 0.26 | 48.94 | 0.59 | 0.46 |
| Hex | BD | A3 | 30 | 0 | E | 4B | 1A | 31 | 3B | 2E |
| Octal | 275 | 243 | 60 | 0 | 16 | 113 | 32 | 61 | 73 | 56 |
| Binary | 10111101 | 10100011 | 110000 | 0 | 1110 | 1001011 | 11010 | 110001 | 111011 | 101110 |
Color Harmonies of #BDA330
Complementary color
Monochromatic Colors of #BDA330
Black with #BDA330
Text Example
Text Example
White with #BDA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA330; }
p { color: rgb(189,163,48); }
H1.HeaderClassName
{
color: #BDA330;
}
.AnyTagClassName
{
color: #BDA330;
}
</style>
background-color css
<style>
a { background-color: #BDA330; }
a { background-color: rgb(189,163,48); }
div.DivClassName
{
background-color: #BDA330;
}
.BgClassName
{
background-color: #BDA330;
}
</style>
border-color css
<style>
span { border-color: #BDA330; }
span { border-color: rgb(189,163,48); }
td.TdClassName
{
border-color: #BDA330;
}
.TagClassName
{
border-color: #BDA330;
}
</style>