Shades of Buddha Gold #BD991B
Tints of Buddha Gold #BD991B
RGB
CMYK
RGB Variations
Color information
#BD991B (or 0xBD991B) is known color: Buddha Gold. HEX triplet: BD, 99 and 1B. RGB value is (189,153,27). Sum of RGB (Red+Green+Blue) = 189+153+27=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD991B is #4266E4. Grayscale: #959595. Windows color (decimal): -4351717 or 1808829. OLE color: 1808829.
HSL color Cylindrical-coordinate representation of color #BD991B: hue angle of 46.67º degrees, saturation: 0.75, 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 #BD991B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 27 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.26 |
| HSL | 46.67º | 0.75% | 0.42% | - |
| HSV(B) | 46.67º | 0.86% | 0.74% | - |
| XYZ | 32.58 | 33.68 | 5.82 | - |
| YUV | 149.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 27 | 0 | 0.19 | 0.86 | 0.26 | 46.67 | 0.75 | 0.42 |
| Hex | BD | 99 | 1B | 0 | 13 | 56 | 1A | 2F | 4B | 2A |
| Octal | 275 | 231 | 33 | 0 | 23 | 126 | 32 | 57 | 113 | 52 |
| Binary | 10111101 | 10011001 | 11011 | 0 | 10011 | 1010110 | 11010 | 101111 | 1001011 | 101010 |
Color Harmonies of #BD991B
Complementary color
Monochromatic Colors of #BD991B
Black with #BD991B
Text Example
Text Example
White with #BD991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD991B; }
p { color: rgb(189,153,27); }
H1.HeaderClassName
{
color: #BD991B;
}
.AnyTagClassName
{
color: #BD991B;
}
</style>
background-color css
<style>
a { background-color: #BD991B; }
a { background-color: rgb(189,153,27); }
div.DivClassName
{
background-color: #BD991B;
}
.BgClassName
{
background-color: #BD991B;
}
</style>
border-color css
<style>
span { border-color: #BD991B; }
span { border-color: rgb(189,153,27); }
td.TdClassName
{
border-color: #BD991B;
}
.TagClassName
{
border-color: #BD991B;
}
</style>