Shades of Buddha Gold #BB9113
Tints of Buddha Gold #BB9113
RGB
CMYK
RGB Variations
Color information
#BB9113 (or 0xBB9113) is known color: Buddha Gold. HEX triplet: BB, 91 and 13. RGB value is (187,145,19). Sum of RGB (Red+Green+Blue) = 187+145+19=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9113 is #446EEC. Grayscale: #8F8F8F. Windows color (decimal): -4484845 or 1282491. OLE color: 1282491.
HSL color Cylindrical-coordinate representation of color #BB9113: hue angle of 45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9113 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 19 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.27 |
| HSL | 45º | 0.82% | 0.4% | - |
| HSV(B) | 45º | 0.9% | 0.73% | - |
| XYZ | 30.74 | 30.86 | 4.95 | - |
| YUV | 143.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 19 | 0 | 0.22 | 0.90 | 0.27 | 45 | 0.82 | 0.4 |
| Hex | BB | 91 | 13 | 0 | 16 | 5A | 1B | 2D | 52 | 28 |
| Octal | 273 | 221 | 23 | 0 | 26 | 132 | 33 | 55 | 122 | 50 |
| Binary | 10111011 | 10010001 | 10011 | 0 | 10110 | 1011010 | 11011 | 101101 | 1010010 | 101000 |
Color Harmonies of #BB9113
Complementary color
Monochromatic Colors of #BB9113
Black with #BB9113
Text Example
Text Example
White with #BB9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9113; }
p { color: rgb(187,145,19); }
H1.HeaderClassName
{
color: #BB9113;
}
.AnyTagClassName
{
color: #BB9113;
}
</style>
background-color css
<style>
a { background-color: #BB9113; }
a { background-color: rgb(187,145,19); }
div.DivClassName
{
background-color: #BB9113;
}
.BgClassName
{
background-color: #BB9113;
}
</style>
border-color css
<style>
span { border-color: #BB9113; }
span { border-color: rgb(187,145,19); }
td.TdClassName
{
border-color: #BB9113;
}
.TagClassName
{
border-color: #BB9113;
}
</style>