Shades of Buddha Gold #BBA01B
Tints of Buddha Gold #BBA01B
RGB
CMYK
RGB Variations
Color information
#BBA01B (or 0xBBA01B) is known color: Buddha Gold. HEX triplet: BB, A0 and 1B. RGB value is (187,160,27). Sum of RGB (Red+Green+Blue) = 187+160+27=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA01B is #445FE4. Grayscale: #999999. Windows color (decimal): -4480997 or 1810619. OLE color: 1810619.
HSL color Cylindrical-coordinate representation of color #BBA01B: hue angle of 49.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA01B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.27 |
| HSL | 49.88º | 0.75% | 0.42% | - |
| HSV(B) | 49.88º | 0.86% | 0.73% | - |
| XYZ | 33.26 | 35.79 | 6.19 | - |
| YUV | 152.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 27 | 0 | 0.14 | 0.86 | 0.27 | 49.88 | 0.75 | 0.42 |
| Hex | BB | A0 | 1B | 0 | E | 56 | 1B | 32 | 4B | 2A |
| Octal | 273 | 240 | 33 | 0 | 16 | 126 | 33 | 62 | 113 | 52 |
| Binary | 10111011 | 10100000 | 11011 | 0 | 1110 | 1010110 | 11011 | 110010 | 1001011 | 101010 |
Color Harmonies of #BBA01B
Complementary color
Monochromatic Colors of #BBA01B
Black with #BBA01B
Text Example
Text Example
White with #BBA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA01B; }
p { color: rgb(187,160,27); }
H1.HeaderClassName
{
color: #BBA01B;
}
.AnyTagClassName
{
color: #BBA01B;
}
</style>
background-color css
<style>
a { background-color: #BBA01B; }
a { background-color: rgb(187,160,27); }
div.DivClassName
{
background-color: #BBA01B;
}
.BgClassName
{
background-color: #BBA01B;
}
</style>
border-color css
<style>
span { border-color: #BBA01B; }
span { border-color: rgb(187,160,27); }
td.TdClassName
{
border-color: #BBA01B;
}
.TagClassName
{
border-color: #BBA01B;
}
</style>