Shades of Buddha Gold #BD940F
Tints of Buddha Gold #BD940F
RGB
CMYK
RGB Variations
Color information
#BD940F (or 0xBD940F) is known color: Buddha Gold. HEX triplet: BD, 94 and 0F. RGB value is (189,148,15). Sum of RGB (Red+Green+Blue) = 189+148+15=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD940F is #426BF0. Grayscale: #919191. Windows color (decimal): -4353009 or 1021117. OLE color: 1021117.
HSL color Cylindrical-coordinate representation of color #BD940F: hue angle of 45.86º 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 #BD940F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.26 |
| HSL | 45.86º | 0.85% | 0.4% | - |
| HSV(B) | 45.86º | 0.92% | 0.74% | - |
| XYZ | 31.66 | 32.03 | 4.97 | - |
| YUV | 145.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 15 | 0 | 0.22 | 0.92 | 0.26 | 45.86 | 0.85 | 0.4 |
| Hex | BD | 94 | F | 0 | 16 | 5C | 1A | 2E | 55 | 28 |
| Octal | 275 | 224 | 17 | 0 | 26 | 134 | 32 | 56 | 125 | 50 |
| Binary | 10111101 | 10010100 | 1111 | 0 | 10110 | 1011100 | 11010 | 101110 | 1010101 | 101000 |
Color Harmonies of #BD940F
Complementary color
Monochromatic Colors of #BD940F
Black with #BD940F
Text Example
Text Example
White with #BD940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD940F; }
p { color: rgb(189,148,15); }
H1.HeaderClassName
{
color: #BD940F;
}
.AnyTagClassName
{
color: #BD940F;
}
</style>
background-color css
<style>
a { background-color: #BD940F; }
a { background-color: rgb(189,148,15); }
div.DivClassName
{
background-color: #BD940F;
}
.BgClassName
{
background-color: #BD940F;
}
</style>
border-color css
<style>
span { border-color: #BD940F; }
span { border-color: rgb(189,148,15); }
td.TdClassName
{
border-color: #BD940F;
}
.TagClassName
{
border-color: #BD940F;
}
</style>