Shades of Buddha Gold #BD9A08
Tints of Buddha Gold #BD9A08
RGB
CMYK
RGB Variations
Color information
#BD9A08 (or 0xBD9A08) is known color: Buddha Gold. HEX triplet: BD, 9A and 08. RGB value is (189,154,8). Sum of RGB (Red+Green+Blue) = 189+154+8=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A08 is #4265F7. Grayscale: #949494. Windows color (decimal): -4351480 or 563901. OLE color: 563901.
HSL color Cylindrical-coordinate representation of color #BD9A08: hue angle of 48.4º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD9A08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.26 |
| HSL | 48.4º | 0.92% | 0.39% | - |
| HSV(B) | 48.4º | 0.96% | 0.74% | - |
| XYZ | 32.59 | 33.95 | 5.06 | - |
| YUV | 147.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 8 | 0 | 0.19 | 0.96 | 0.26 | 48.4 | 0.92 | 0.39 |
| Hex | BD | 9A | 8 | 0 | 13 | 60 | 1A | 30 | 5C | 27 |
| Octal | 275 | 232 | 10 | 0 | 23 | 140 | 32 | 60 | 134 | 47 |
| Binary | 10111101 | 10011010 | 1000 | 0 | 10011 | 1100000 | 11010 | 110000 | 1011100 | 100111 |
Color Harmonies of #BD9A08
Complementary color
Monochromatic Colors of #BD9A08
Black with #BD9A08
Text Example
Text Example
White with #BD9A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A08; }
p { color: rgb(189,154,8); }
H1.HeaderClassName
{
color: #BD9A08;
}
.AnyTagClassName
{
color: #BD9A08;
}
</style>
background-color css
<style>
a { background-color: #BD9A08; }
a { background-color: rgb(189,154,8); }
div.DivClassName
{
background-color: #BD9A08;
}
.BgClassName
{
background-color: #BD9A08;
}
</style>
border-color css
<style>
span { border-color: #BD9A08; }
span { border-color: rgb(189,154,8); }
td.TdClassName
{
border-color: #BD9A08;
}
.TagClassName
{
border-color: #BD9A08;
}
</style>