Shades of Buddha Gold #BC9908
Tints of Buddha Gold #BC9908
RGB
CMYK
RGB Variations
Color information
#BC9908 (or 0xBC9908) is known color: Buddha Gold. HEX triplet: BC, 99 and 08. RGB value is (188,153,8). Sum of RGB (Red+Green+Blue) = 188+153+8=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9908 is #4366F7. Grayscale: #939393. Windows color (decimal): -4417272 or 563644. OLE color: 563644.
HSL color Cylindrical-coordinate representation of color #BC9908: hue angle of 48.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC9908 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.26 |
| HSL | 48.33º | 0.92% | 0.38% | - |
| HSV(B) | 48.33º | 0.96% | 0.74% | - |
| XYZ | 32.17 | 33.49 | 5 | - |
| YUV | 146.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 8 | 0 | 0.19 | 0.96 | 0.26 | 48.33 | 0.92 | 0.38 |
| Hex | BC | 99 | 8 | 0 | 13 | 60 | 1A | 30 | 5C | 26 |
| Octal | 274 | 231 | 10 | 0 | 23 | 140 | 32 | 60 | 134 | 46 |
| Binary | 10111100 | 10011001 | 1000 | 0 | 10011 | 1100000 | 11010 | 110000 | 1011100 | 100110 |
Color Harmonies of #BC9908
Complementary color
Monochromatic Colors of #BC9908
Black with #BC9908
Text Example
Text Example
White with #BC9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9908; }
p { color: rgb(188,153,8); }
H1.HeaderClassName
{
color: #BC9908;
}
.AnyTagClassName
{
color: #BC9908;
}
</style>
background-color css
<style>
a { background-color: #BC9908; }
a { background-color: rgb(188,153,8); }
div.DivClassName
{
background-color: #BC9908;
}
.BgClassName
{
background-color: #BC9908;
}
</style>
border-color css
<style>
span { border-color: #BC9908; }
span { border-color: rgb(188,153,8); }
td.TdClassName
{
border-color: #BC9908;
}
.TagClassName
{
border-color: #BC9908;
}
</style>