Shades of Buddha Gold #BD951D
Tints of Buddha Gold #BD951D
RGB
CMYK
RGB Variations
Color information
#BD951D (or 0xBD951D) is known color: Buddha Gold. HEX triplet: BD, 95 and 1D. RGB value is (189,149,29). Sum of RGB (Red+Green+Blue) = 189+149+29=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD951D is #426AE2. Grayscale: #939393. Windows color (decimal): -4352739 or 1938877. OLE color: 1938877.
HSL color Cylindrical-coordinate representation of color #BD951D: hue angle of 45º degrees, saturation: 0.73, 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 #BD951D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 29 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.26 |
| HSL | 45º | 0.73% | 0.43% | - |
| HSV(B) | 45º | 0.85% | 0.74% | - |
| XYZ | 31.96 | 32.4 | 5.73 | - |
| YUV | 147.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 29 | 0 | 0.21 | 0.85 | 0.26 | 45 | 0.73 | 0.43 |
| Hex | BD | 95 | 1D | 0 | 15 | 55 | 1A | 2D | 49 | 2B |
| Octal | 275 | 225 | 35 | 0 | 25 | 125 | 32 | 55 | 111 | 53 |
| Binary | 10111101 | 10010101 | 11101 | 0 | 10101 | 1010101 | 11010 | 101101 | 1001001 | 101011 |
Color Harmonies of #BD951D
Complementary color
Monochromatic Colors of #BD951D
Black with #BD951D
Text Example
Text Example
White with #BD951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD951D; }
p { color: rgb(189,149,29); }
H1.HeaderClassName
{
color: #BD951D;
}
.AnyTagClassName
{
color: #BD951D;
}
</style>
background-color css
<style>
a { background-color: #BD951D; }
a { background-color: rgb(189,149,29); }
div.DivClassName
{
background-color: #BD951D;
}
.BgClassName
{
background-color: #BD951D;
}
</style>
border-color css
<style>
span { border-color: #BD951D; }
span { border-color: rgb(189,149,29); }
td.TdClassName
{
border-color: #BD951D;
}
.TagClassName
{
border-color: #BD951D;
}
</style>