Shades of Buddha Gold #BD9E1F
Tints of Buddha Gold #BD9E1F
RGB
CMYK
RGB Variations
Color information
#BD9E1F (or 0xBD9E1F) is known color: Buddha Gold. HEX triplet: BD, 9E and 1F. RGB value is (189,158,31). Sum of RGB (Red+Green+Blue) = 189+158+31=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E1F is #4261E0. Grayscale: #999999. Windows color (decimal): -4350433 or 2072253. OLE color: 2072253.
HSL color Cylindrical-coordinate representation of color #BD9E1F: hue angle of 48.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD9E1F is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 31 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.26 |
| HSL | 48.23º | 0.72% | 0.43% | - |
| HSV(B) | 48.23º | 0.84% | 0.74% | - |
| XYZ | 33.46 | 35.37 | 6.36 | - |
| YUV | 152.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 31 | 0 | 0.16 | 0.84 | 0.26 | 48.23 | 0.72 | 0.43 |
| Hex | BD | 9E | 1F | 0 | 10 | 54 | 1A | 30 | 48 | 2B |
| Octal | 275 | 236 | 37 | 0 | 20 | 124 | 32 | 60 | 110 | 53 |
| Binary | 10111101 | 10011110 | 11111 | 0 | 10000 | 1010100 | 11010 | 110000 | 1001000 | 101011 |
Color Harmonies of #BD9E1F
Complementary color
Monochromatic Colors of #BD9E1F
Black with #BD9E1F
Text Example
Text Example
White with #BD9E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E1F; }
p { color: rgb(189,158,31); }
H1.HeaderClassName
{
color: #BD9E1F;
}
.AnyTagClassName
{
color: #BD9E1F;
}
</style>
background-color css
<style>
a { background-color: #BD9E1F; }
a { background-color: rgb(189,158,31); }
div.DivClassName
{
background-color: #BD9E1F;
}
.BgClassName
{
background-color: #BD9E1F;
}
</style>
border-color css
<style>
span { border-color: #BD9E1F; }
span { border-color: rgb(189,158,31); }
td.TdClassName
{
border-color: #BD9E1F;
}
.TagClassName
{
border-color: #BD9E1F;
}
</style>