Shades of Buddha Gold #BD991A
Tints of Buddha Gold #BD991A
RGB
CMYK
RGB Variations
Color information
#BD991A (or 0xBD991A) is known color: Buddha Gold. HEX triplet: BD, 99 and 1A. RGB value is (189,153,26). Sum of RGB (Red+Green+Blue) = 189+153+26=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD991A is #4266E5. Grayscale: #959595. Windows color (decimal): -4351718 or 1743293. OLE color: 1743293.
HSL color Cylindrical-coordinate representation of color #BD991A: hue angle of 46.75º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD991A is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 26 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.26 |
| HSL | 46.75º | 0.76% | 0.42% | - |
| HSV(B) | 46.75º | 0.86% | 0.74% | - |
| XYZ | 32.56 | 33.68 | 5.76 | - |
| YUV | 149.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 26 | 0 | 0.19 | 0.86 | 0.26 | 46.75 | 0.76 | 0.42 |
| Hex | BD | 99 | 1A | 0 | 13 | 56 | 1A | 2F | 4C | 2A |
| Octal | 275 | 231 | 32 | 0 | 23 | 126 | 32 | 57 | 114 | 52 |
| Binary | 10111101 | 10011001 | 11010 | 0 | 10011 | 1010110 | 11010 | 101111 | 1001100 | 101010 |
Color Harmonies of #BD991A
Complementary color
Monochromatic Colors of #BD991A
Black with #BD991A
Text Example
Text Example
White with #BD991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD991A; }
p { color: rgb(189,153,26); }
H1.HeaderClassName
{
color: #BD991A;
}
.AnyTagClassName
{
color: #BD991A;
}
</style>
background-color css
<style>
a { background-color: #BD991A; }
a { background-color: rgb(189,153,26); }
div.DivClassName
{
background-color: #BD991A;
}
.BgClassName
{
background-color: #BD991A;
}
</style>
border-color css
<style>
span { border-color: #BD991A; }
span { border-color: rgb(189,153,26); }
td.TdClassName
{
border-color: #BD991A;
}
.TagClassName
{
border-color: #BD991A;
}
</style>