Shades of Buddha Gold #BD990F
Tints of Buddha Gold #BD990F
RGB
CMYK
RGB Variations
Color information
#BD990F (or 0xBD990F) is known color: Buddha Gold. HEX triplet: BD, 99 and 0F. RGB value is (189,153,15). Sum of RGB (Red+Green+Blue) = 189+153+15=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD990F is #4266F0. Grayscale: #949494. Windows color (decimal): -4351729 or 1022397. OLE color: 1022397.
HSL color Cylindrical-coordinate representation of color #BD990F: hue angle of 47.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD990F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.26 |
| HSL | 47.59º | 0.85% | 0.4% | - |
| HSV(B) | 47.59º | 0.92% | 0.74% | - |
| XYZ | 32.46 | 33.64 | 5.23 | - |
| YUV | 148.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 15 | 0 | 0.19 | 0.92 | 0.26 | 47.59 | 0.85 | 0.4 |
| Hex | BD | 99 | F | 0 | 13 | 5C | 1A | 30 | 55 | 28 |
| Octal | 275 | 231 | 17 | 0 | 23 | 134 | 32 | 60 | 125 | 50 |
| Binary | 10111101 | 10011001 | 1111 | 0 | 10011 | 1011100 | 11010 | 110000 | 1010101 | 101000 |
Color Harmonies of #BD990F
Complementary color
Monochromatic Colors of #BD990F
Black with #BD990F
Text Example
Text Example
White with #BD990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD990F; }
p { color: rgb(189,153,15); }
H1.HeaderClassName
{
color: #BD990F;
}
.AnyTagClassName
{
color: #BD990F;
}
</style>
background-color css
<style>
a { background-color: #BD990F; }
a { background-color: rgb(189,153,15); }
div.DivClassName
{
background-color: #BD990F;
}
.BgClassName
{
background-color: #BD990F;
}
</style>
border-color css
<style>
span { border-color: #BD990F; }
span { border-color: rgb(189,153,15); }
td.TdClassName
{
border-color: #BD990F;
}
.TagClassName
{
border-color: #BD990F;
}
</style>