Shades of Buddha Gold #BBA01C
Tints of Buddha Gold #BBA01C
RGB
CMYK
RGB Variations
Color information
#BBA01C (or 0xBBA01C) is known color: Buddha Gold. HEX triplet: BB, A0 and 1C. RGB value is (187,160,28). Sum of RGB (Red+Green+Blue) = 187+160+28=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA01C is #445FE3. Grayscale: #999999. Windows color (decimal): -4480996 or 1876155. OLE color: 1876155.
HSL color Cylindrical-coordinate representation of color #BBA01C: hue angle of 49.81º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBA01C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 28 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.27 |
| HSL | 49.81º | 0.74% | 0.42% | - |
| HSV(B) | 49.81º | 0.85% | 0.73% | - |
| XYZ | 33.27 | 35.79 | 6.25 | - |
| YUV | 153.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 28 | 0 | 0.14 | 0.85 | 0.27 | 49.81 | 0.74 | 0.42 |
| Hex | BB | A0 | 1C | 0 | E | 55 | 1B | 32 | 4A | 2A |
| Octal | 273 | 240 | 34 | 0 | 16 | 125 | 33 | 62 | 112 | 52 |
| Binary | 10111011 | 10100000 | 11100 | 0 | 1110 | 1010101 | 11011 | 110010 | 1001010 | 101010 |
Color Harmonies of #BBA01C
Complementary color
Monochromatic Colors of #BBA01C
Black with #BBA01C
Text Example
Text Example
White with #BBA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA01C; }
p { color: rgb(187,160,28); }
H1.HeaderClassName
{
color: #BBA01C;
}
.AnyTagClassName
{
color: #BBA01C;
}
</style>
background-color css
<style>
a { background-color: #BBA01C; }
a { background-color: rgb(187,160,28); }
div.DivClassName
{
background-color: #BBA01C;
}
.BgClassName
{
background-color: #BBA01C;
}
</style>
border-color css
<style>
span { border-color: #BBA01C; }
span { border-color: rgb(187,160,28); }
td.TdClassName
{
border-color: #BBA01C;
}
.TagClassName
{
border-color: #BBA01C;
}
</style>