Shades of Buddha Gold #BD9F01
Tints of Buddha Gold #BD9F01
RGB
CMYK
RGB Variations
Color information
#BD9F01 (or 0xBD9F01) is known color: Buddha Gold. HEX triplet: BD, 9F and 01. RGB value is (189,159,1). Sum of RGB (Red+Green+Blue) = 189+159+1=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F01 is #4260FE. Grayscale: #969696. Windows color (decimal): -4350207 or 106429. OLE color: 106429.
HSL color Cylindrical-coordinate representation of color #BD9F01: hue angle of 50.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD9F01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.26 |
| HSL | 50.43º | 0.99% | 0.37% | - |
| HSV(B) | 50.43º | 0.99% | 0.74% | - |
| XYZ | 33.39 | 35.62 | 5.14 | - |
| YUV | 149.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 1 | 0 | 0.16 | 0.99 | 0.26 | 50.43 | 0.99 | 0.37 |
| Hex | BD | 9F | 1 | 0 | 10 | 63 | 1A | 32 | 63 | 25 |
| Octal | 275 | 237 | 1 | 0 | 20 | 143 | 32 | 62 | 143 | 45 |
| Binary | 10111101 | 10011111 | 1 | 0 | 10000 | 1100011 | 11010 | 110010 | 1100011 | 100101 |
Color Harmonies of #BD9F01
Complementary color
Monochromatic Colors of #BD9F01
Black with #BD9F01
Text Example
Text Example
White with #BD9F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F01; }
p { color: rgb(189,159,1); }
H1.HeaderClassName
{
color: #BD9F01;
}
.AnyTagClassName
{
color: #BD9F01;
}
</style>
background-color css
<style>
a { background-color: #BD9F01; }
a { background-color: rgb(189,159,1); }
div.DivClassName
{
background-color: #BD9F01;
}
.BgClassName
{
background-color: #BD9F01;
}
</style>
border-color css
<style>
span { border-color: #BD9F01; }
span { border-color: rgb(189,159,1); }
td.TdClassName
{
border-color: #BD9F01;
}
.TagClassName
{
border-color: #BD9F01;
}
</style>