Shades of Buddha Gold #BB9A1D
Tints of Buddha Gold #BB9A1D
RGB
CMYK
RGB Variations
Color information
#BB9A1D (or 0xBB9A1D) is known color: Buddha Gold. HEX triplet: BB, 9A and 1D. RGB value is (187,154,29). Sum of RGB (Red+Green+Blue) = 187+154+29=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A1D is #4465E2. Grayscale: #969696. Windows color (decimal): -4482531 or 1940155. OLE color: 1940155.
HSL color Cylindrical-coordinate representation of color #BB9A1D: hue angle of 47.47º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB9A1D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 29 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.27 |
| HSL | 47.47º | 0.73% | 0.42% | - |
| HSV(B) | 47.47º | 0.84% | 0.73% | - |
| XYZ | 32.27 | 33.76 | 5.98 | - |
| YUV | 149.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 29 | 0 | 0.18 | 0.84 | 0.27 | 47.47 | 0.73 | 0.42 |
| Hex | BB | 9A | 1D | 0 | 12 | 54 | 1B | 2F | 49 | 2A |
| Octal | 273 | 232 | 35 | 0 | 22 | 124 | 33 | 57 | 111 | 52 |
| Binary | 10111011 | 10011010 | 11101 | 0 | 10010 | 1010100 | 11011 | 101111 | 1001001 | 101010 |
Color Harmonies of #BB9A1D
Complementary color
Monochromatic Colors of #BB9A1D
Black with #BB9A1D
Text Example
Text Example
White with #BB9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A1D; }
p { color: rgb(187,154,29); }
H1.HeaderClassName
{
color: #BB9A1D;
}
.AnyTagClassName
{
color: #BB9A1D;
}
</style>
background-color css
<style>
a { background-color: #BB9A1D; }
a { background-color: rgb(187,154,29); }
div.DivClassName
{
background-color: #BB9A1D;
}
.BgClassName
{
background-color: #BB9A1D;
}
</style>
border-color css
<style>
span { border-color: #BB9A1D; }
span { border-color: rgb(187,154,29); }
td.TdClassName
{
border-color: #BB9A1D;
}
.TagClassName
{
border-color: #BB9A1D;
}
</style>