Shades of Buddha Gold #BBA417
Tints of Buddha Gold #BBA417
RGB
CMYK
RGB Variations
Color information
#BBA417 (or 0xBBA417) is known color: Buddha Gold. HEX triplet: BB, A4 and 17. RGB value is (187,164,23). Sum of RGB (Red+Green+Blue) = 187+164+23=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA417 is #445BE8. Grayscale: #9B9B9B. Windows color (decimal): -4479977 or 1549499. OLE color: 1549499.
HSL color Cylindrical-coordinate representation of color #BBA417: hue angle of 51.59º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBA417 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.27 |
| HSL | 51.59º | 0.78% | 0.41% | - |
| HSV(B) | 51.59º | 0.88% | 0.73% | - |
| XYZ | 33.92 | 37.18 | 6.2 | - |
| YUV | 154.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 23 | 0 | 0.12 | 0.88 | 0.27 | 51.59 | 0.78 | 0.41 |
| Hex | BB | A4 | 17 | 0 | C | 58 | 1B | 34 | 4E | 29 |
| Octal | 273 | 244 | 27 | 0 | 14 | 130 | 33 | 64 | 116 | 51 |
| Binary | 10111011 | 10100100 | 10111 | 0 | 1100 | 1011000 | 11011 | 110100 | 1001110 | 101001 |
Color Harmonies of #BBA417
Complementary color
Monochromatic Colors of #BBA417
Black with #BBA417
Text Example
Text Example
White with #BBA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA417; }
p { color: rgb(187,164,23); }
H1.HeaderClassName
{
color: #BBA417;
}
.AnyTagClassName
{
color: #BBA417;
}
</style>
background-color css
<style>
a { background-color: #BBA417; }
a { background-color: rgb(187,164,23); }
div.DivClassName
{
background-color: #BBA417;
}
.BgClassName
{
background-color: #BBA417;
}
</style>
border-color css
<style>
span { border-color: #BBA417; }
span { border-color: rgb(187,164,23); }
td.TdClassName
{
border-color: #BBA417;
}
.TagClassName
{
border-color: #BBA417;
}
</style>