Shades of Buddha Gold #BBA30F
Tints of Buddha Gold #BBA30F
RGB
CMYK
RGB Variations
Color information
#BBA30F (or 0xBBA30F) is known color: Buddha Gold. HEX triplet: BB, A3 and 0F. RGB value is (187,163,15). Sum of RGB (Red+Green+Blue) = 187+163+15=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA30F is #445CF0. Grayscale: #999999. Windows color (decimal): -4480241 or 1024955. OLE color: 1024955.
HSL color Cylindrical-coordinate representation of color #BBA30F: hue angle of 51.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBA30F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.27 |
| HSL | 51.63º | 0.85% | 0.4% | - |
| HSV(B) | 51.63º | 0.92% | 0.73% | - |
| XYZ | 33.68 | 36.79 | 5.78 | - |
| YUV | 153.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 15 | 0 | 0.13 | 0.92 | 0.27 | 51.63 | 0.85 | 0.4 |
| Hex | BB | A3 | F | 0 | D | 5C | 1B | 34 | 55 | 28 |
| Octal | 273 | 243 | 17 | 0 | 15 | 134 | 33 | 64 | 125 | 50 |
| Binary | 10111011 | 10100011 | 1111 | 0 | 1101 | 1011100 | 11011 | 110100 | 1010101 | 101000 |
Color Harmonies of #BBA30F
Complementary color
Monochromatic Colors of #BBA30F
Black with #BBA30F
Text Example
Text Example
White with #BBA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA30F; }
p { color: rgb(187,163,15); }
H1.HeaderClassName
{
color: #BBA30F;
}
.AnyTagClassName
{
color: #BBA30F;
}
</style>
background-color css
<style>
a { background-color: #BBA30F; }
a { background-color: rgb(187,163,15); }
div.DivClassName
{
background-color: #BBA30F;
}
.BgClassName
{
background-color: #BBA30F;
}
</style>
border-color css
<style>
span { border-color: #BBA30F; }
span { border-color: rgb(187,163,15); }
td.TdClassName
{
border-color: #BBA30F;
}
.TagClassName
{
border-color: #BBA30F;
}
</style>