Shades of Buddha Gold #BD9F0A
Tints of Buddha Gold #BD9F0A
RGB
CMYK
RGB Variations
Color information
#BD9F0A (or 0xBD9F0A) is known color: Buddha Gold. HEX triplet: BD, 9F and 0A. RGB value is (189,159,10). Sum of RGB (Red+Green+Blue) = 189+159+10=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F0A is #4260F5. Grayscale: #979797. Windows color (decimal): -4350198 or 696253. OLE color: 696253.
HSL color Cylindrical-coordinate representation of color #BD9F0A: hue angle of 49.94º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD9F0A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.26 |
| HSL | 49.94º | 0.9% | 0.39% | - |
| HSV(B) | 49.94º | 0.95% | 0.74% | - |
| XYZ | 33.44 | 35.64 | 5.4 | - |
| YUV | 150.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 10 | 0 | 0.16 | 0.95 | 0.26 | 49.94 | 0.9 | 0.39 |
| Hex | BD | 9F | A | 0 | 10 | 5F | 1A | 32 | 5A | 27 |
| Octal | 275 | 237 | 12 | 0 | 20 | 137 | 32 | 62 | 132 | 47 |
| Binary | 10111101 | 10011111 | 1010 | 0 | 10000 | 1011111 | 11010 | 110010 | 1011010 | 100111 |
Color Harmonies of #BD9F0A
Complementary color
Monochromatic Colors of #BD9F0A
Black with #BD9F0A
Text Example
Text Example
White with #BD9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F0A; }
p { color: rgb(189,159,10); }
H1.HeaderClassName
{
color: #BD9F0A;
}
.AnyTagClassName
{
color: #BD9F0A;
}
</style>
background-color css
<style>
a { background-color: #BD9F0A; }
a { background-color: rgb(189,159,10); }
div.DivClassName
{
background-color: #BD9F0A;
}
.BgClassName
{
background-color: #BD9F0A;
}
</style>
border-color css
<style>
span { border-color: #BD9F0A; }
span { border-color: rgb(189,159,10); }
td.TdClassName
{
border-color: #BD9F0A;
}
.TagClassName
{
border-color: #BD9F0A;
}
</style>