Shades of Buddha Gold #BD9E1C
Tints of Buddha Gold #BD9E1C
RGB
CMYK
RGB Variations
Color information
#BD9E1C (or 0xBD9E1C) is known color: Buddha Gold. HEX triplet: BD, 9E and 1C. RGB value is (189,158,28). Sum of RGB (Red+Green+Blue) = 189+158+28=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E1C is #4261E3. Grayscale: #999999. Windows color (decimal): -4350436 or 1875645. OLE color: 1875645.
HSL color Cylindrical-coordinate representation of color #BD9E1C: hue angle of 48.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD9E1C is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 28 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.26 |
| HSL | 48.45º | 0.74% | 0.43% | - |
| HSV(B) | 48.45º | 0.85% | 0.74% | - |
| XYZ | 33.42 | 35.36 | 6.16 | - |
| YUV | 152.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 28 | 0 | 0.16 | 0.85 | 0.26 | 48.45 | 0.74 | 0.43 |
| Hex | BD | 9E | 1C | 0 | 10 | 55 | 1A | 30 | 4A | 2B |
| Octal | 275 | 236 | 34 | 0 | 20 | 125 | 32 | 60 | 112 | 53 |
| Binary | 10111101 | 10011110 | 11100 | 0 | 10000 | 1010101 | 11010 | 110000 | 1001010 | 101011 |
Color Harmonies of #BD9E1C
Complementary color
Monochromatic Colors of #BD9E1C
Black with #BD9E1C
Text Example
Text Example
White with #BD9E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E1C; }
p { color: rgb(189,158,28); }
H1.HeaderClassName
{
color: #BD9E1C;
}
.AnyTagClassName
{
color: #BD9E1C;
}
</style>
background-color css
<style>
a { background-color: #BD9E1C; }
a { background-color: rgb(189,158,28); }
div.DivClassName
{
background-color: #BD9E1C;
}
.BgClassName
{
background-color: #BD9E1C;
}
</style>
border-color css
<style>
span { border-color: #BD9E1C; }
span { border-color: rgb(189,158,28); }
td.TdClassName
{
border-color: #BD9E1C;
}
.TagClassName
{
border-color: #BD9E1C;
}
</style>