Shades of Buddha Gold #BB9A21
Tints of Buddha Gold #BB9A21
RGB
CMYK
RGB Variations
Color information
#BB9A21 (or 0xBB9A21) is known color: Buddha Gold. HEX triplet: BB, 9A and 21. RGB value is (187,154,33). Sum of RGB (Red+Green+Blue) = 187+154+33=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A21 is #4465DE. Grayscale: #969696. Windows color (decimal): -4482527 or 2202299. OLE color: 2202299.
HSL color Cylindrical-coordinate representation of color #BB9A21: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB9A21 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 33 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.27 |
| HSL | 47.14º | 0.7% | 0.43% | - |
| HSV(B) | 47.14º | 0.82% | 0.73% | - |
| XYZ | 32.32 | 33.79 | 6.26 | - |
| YUV | 150.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 33 | 0 | 0.18 | 0.82 | 0.27 | 47.14 | 0.7 | 0.43 |
| Hex | BB | 9A | 21 | 0 | 12 | 52 | 1B | 2F | 46 | 2B |
| Octal | 273 | 232 | 41 | 0 | 22 | 122 | 33 | 57 | 106 | 53 |
| Binary | 10111011 | 10011010 | 100001 | 0 | 10010 | 1010010 | 11011 | 101111 | 1000110 | 101011 |
Color Harmonies of #BB9A21
Complementary color
Monochromatic Colors of #BB9A21
Black with #BB9A21
Text Example
Text Example
White with #BB9A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A21; }
p { color: rgb(187,154,33); }
H1.HeaderClassName
{
color: #BB9A21;
}
.AnyTagClassName
{
color: #BB9A21;
}
</style>
background-color css
<style>
a { background-color: #BB9A21; }
a { background-color: rgb(187,154,33); }
div.DivClassName
{
background-color: #BB9A21;
}
.BgClassName
{
background-color: #BB9A21;
}
</style>
border-color css
<style>
span { border-color: #BB9A21; }
span { border-color: rgb(187,154,33); }
td.TdClassName
{
border-color: #BB9A21;
}
.TagClassName
{
border-color: #BB9A21;
}
</style>