Shades of Buddha Gold #BD980F
Tints of Buddha Gold #BD980F
RGB
CMYK
RGB Variations
Color information
#BD980F (or 0xBD980F) is known color: Buddha Gold. HEX triplet: BD, 98 and 0F. RGB value is (189,152,15). Sum of RGB (Red+Green+Blue) = 189+152+15=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980F is #4267F0. Grayscale: #949494. Windows color (decimal): -4351985 or 1022141. OLE color: 1022141.
HSL color Cylindrical-coordinate representation of color #BD980F: hue angle of 47.24º 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 #BD980F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.26 |
| HSL | 47.24º | 0.85% | 0.4% | - |
| HSV(B) | 47.24º | 0.92% | 0.74% | - |
| XYZ | 32.3 | 33.31 | 5.18 | - |
| YUV | 147.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 15 | 0 | 0.20 | 0.92 | 0.26 | 47.24 | 0.85 | 0.4 |
| Hex | BD | 98 | F | 0 | 14 | 5C | 1A | 2F | 55 | 28 |
| Octal | 275 | 230 | 17 | 0 | 24 | 134 | 32 | 57 | 125 | 50 |
| Binary | 10111101 | 10011000 | 1111 | 0 | 10100 | 1011100 | 11010 | 101111 | 1010101 | 101000 |
Color Harmonies of #BD980F
Complementary color
Monochromatic Colors of #BD980F
Black with #BD980F
Text Example
Text Example
White with #BD980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD980F; }
p { color: rgb(189,152,15); }
H1.HeaderClassName
{
color: #BD980F;
}
.AnyTagClassName
{
color: #BD980F;
}
</style>
background-color css
<style>
a { background-color: #BD980F; }
a { background-color: rgb(189,152,15); }
div.DivClassName
{
background-color: #BD980F;
}
.BgClassName
{
background-color: #BD980F;
}
</style>
border-color css
<style>
span { border-color: #BD980F; }
span { border-color: rgb(189,152,15); }
td.TdClassName
{
border-color: #BD980F;
}
.TagClassName
{
border-color: #BD980F;
}
</style>