Shades of Buddha Gold #BD9F13
Tints of Buddha Gold #BD9F13
RGB
CMYK
RGB Variations
Color information
#BD9F13 (or 0xBD9F13) is known color: Buddha Gold. HEX triplet: BD, 9F and 13. RGB value is (189,159,19). Sum of RGB (Red+Green+Blue) = 189+159+19=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F13 is #4260EC. Grayscale: #989898. Windows color (decimal): -4350189 or 1286077. OLE color: 1286077.
HSL color Cylindrical-coordinate representation of color #BD9F13: hue angle of 49.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD9F13 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 19 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.26 |
| HSL | 49.41º | 0.82% | 0.41% | - |
| HSV(B) | 49.41º | 0.9% | 0.74% | - |
| XYZ | 33.5 | 35.66 | 5.73 | - |
| YUV | 152.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 19 | 0 | 0.16 | 0.90 | 0.26 | 49.41 | 0.82 | 0.41 |
| Hex | BD | 9F | 13 | 0 | 10 | 5A | 1A | 31 | 52 | 29 |
| Octal | 275 | 237 | 23 | 0 | 20 | 132 | 32 | 61 | 122 | 51 |
| Binary | 10111101 | 10011111 | 10011 | 0 | 10000 | 1011010 | 11010 | 110001 | 1010010 | 101001 |
Color Harmonies of #BD9F13
Complementary color
Monochromatic Colors of #BD9F13
Black with #BD9F13
Text Example
Text Example
White with #BD9F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F13; }
p { color: rgb(189,159,19); }
H1.HeaderClassName
{
color: #BD9F13;
}
.AnyTagClassName
{
color: #BD9F13;
}
</style>
background-color css
<style>
a { background-color: #BD9F13; }
a { background-color: rgb(189,159,19); }
div.DivClassName
{
background-color: #BD9F13;
}
.BgClassName
{
background-color: #BD9F13;
}
</style>
border-color css
<style>
span { border-color: #BD9F13; }
span { border-color: rgb(189,159,19); }
td.TdClassName
{
border-color: #BD9F13;
}
.TagClassName
{
border-color: #BD9F13;
}
</style>