Shades of Buddha Gold #BD9D23
Tints of Buddha Gold #BD9D23
RGB
CMYK
RGB Variations
Color information
#BD9D23 (or 0xBD9D23) is known color: Buddha Gold. HEX triplet: BD, 9D and 23. RGB value is (189,157,35). Sum of RGB (Red+Green+Blue) = 189+157+35=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D23 is #4262DC. Grayscale: #999999. Windows color (decimal): -4350685 or 2334141. OLE color: 2334141.
HSL color Cylindrical-coordinate representation of color #BD9D23: hue angle of 47.53º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9D23 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 35 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.26 |
| HSL | 47.53º | 0.69% | 0.44% | - |
| HSV(B) | 47.53º | 0.81% | 0.74% | - |
| XYZ | 33.35 | 35.05 | 6.6 | - |
| YUV | 152.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 35 | 0 | 0.17 | 0.81 | 0.26 | 47.53 | 0.69 | 0.44 |
| Hex | BD | 9D | 23 | 0 | 11 | 51 | 1A | 30 | 45 | 2C |
| Octal | 275 | 235 | 43 | 0 | 21 | 121 | 32 | 60 | 105 | 54 |
| Binary | 10111101 | 10011101 | 100011 | 0 | 10001 | 1010001 | 11010 | 110000 | 1000101 | 101100 |
Color Harmonies of #BD9D23
Complementary color
Monochromatic Colors of #BD9D23
Black with #BD9D23
Text Example
Text Example
White with #BD9D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D23; }
p { color: rgb(189,157,35); }
H1.HeaderClassName
{
color: #BD9D23;
}
.AnyTagClassName
{
color: #BD9D23;
}
</style>
background-color css
<style>
a { background-color: #BD9D23; }
a { background-color: rgb(189,157,35); }
div.DivClassName
{
background-color: #BD9D23;
}
.BgClassName
{
background-color: #BD9D23;
}
</style>
border-color css
<style>
span { border-color: #BD9D23; }
span { border-color: rgb(189,157,35); }
td.TdClassName
{
border-color: #BD9D23;
}
.TagClassName
{
border-color: #BD9D23;
}
</style>