Shades of Buddha Gold #BB9313
Tints of Buddha Gold #BB9313
RGB
CMYK
RGB Variations
Color information
#BB9313 (or 0xBB9313) is known color: Buddha Gold. HEX triplet: BB, 93 and 13. RGB value is (187,147,19). Sum of RGB (Red+Green+Blue) = 187+147+19=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9313 is #446CEC. Grayscale: #909090. Windows color (decimal): -4484333 or 1283003. OLE color: 1283003.
HSL color Cylindrical-coordinate representation of color #BB9313: hue angle of 45.71º 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 #BB9313 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 19 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.27 |
| HSL | 45.71º | 0.82% | 0.4% | - |
| HSV(B) | 45.71º | 0.9% | 0.73% | - |
| XYZ | 31.04 | 31.48 | 5.06 | - |
| YUV | 144.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 19 | 0 | 0.21 | 0.90 | 0.27 | 45.71 | 0.82 | 0.4 |
| Hex | BB | 93 | 13 | 0 | 15 | 5A | 1B | 2E | 52 | 28 |
| Octal | 273 | 223 | 23 | 0 | 25 | 132 | 33 | 56 | 122 | 50 |
| Binary | 10111011 | 10010011 | 10011 | 0 | 10101 | 1011010 | 11011 | 101110 | 1010010 | 101000 |
Color Harmonies of #BB9313
Complementary color
Monochromatic Colors of #BB9313
Black with #BB9313
Text Example
Text Example
White with #BB9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9313; }
p { color: rgb(187,147,19); }
H1.HeaderClassName
{
color: #BB9313;
}
.AnyTagClassName
{
color: #BB9313;
}
</style>
background-color css
<style>
a { background-color: #BB9313; }
a { background-color: rgb(187,147,19); }
div.DivClassName
{
background-color: #BB9313;
}
.BgClassName
{
background-color: #BB9313;
}
</style>
border-color css
<style>
span { border-color: #BB9313; }
span { border-color: rgb(187,147,19); }
td.TdClassName
{
border-color: #BB9313;
}
.TagClassName
{
border-color: #BB9313;
}
</style>