Shades of Buddha Gold #BC9C02
Tints of Buddha Gold #BC9C02
RGB
CMYK
RGB Variations
Color information
#BC9C02 (or 0xBC9C02) is known color: Buddha Gold. HEX triplet: BC, 9C and 02. RGB value is (188,156,2). Sum of RGB (Red+Green+Blue) = 188+156+2=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C02 is #4363FD. Grayscale: #949494. Windows color (decimal): -4416510 or 171196. OLE color: 171196.
HSL color Cylindrical-coordinate representation of color #BC9C02: hue angle of 49.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC9C02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.26 |
| HSL | 49.68º | 0.98% | 0.37% | - |
| HSV(B) | 49.68º | 0.99% | 0.74% | - |
| XYZ | 32.64 | 34.47 | 4.99 | - |
| YUV | 148.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 2 | 0 | 0.17 | 0.99 | 0.26 | 49.68 | 0.98 | 0.37 |
| Hex | BC | 9C | 2 | 0 | 11 | 63 | 1A | 32 | 62 | 25 |
| Octal | 274 | 234 | 2 | 0 | 21 | 143 | 32 | 62 | 142 | 45 |
| Binary | 10111100 | 10011100 | 10 | 0 | 10001 | 1100011 | 11010 | 110010 | 1100010 | 100101 |
Color Harmonies of #BC9C02
Complementary color
Monochromatic Colors of #BC9C02
Black with #BC9C02
Text Example
Text Example
White with #BC9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C02; }
p { color: rgb(188,156,2); }
H1.HeaderClassName
{
color: #BC9C02;
}
.AnyTagClassName
{
color: #BC9C02;
}
</style>
background-color css
<style>
a { background-color: #BC9C02; }
a { background-color: rgb(188,156,2); }
div.DivClassName
{
background-color: #BC9C02;
}
.BgClassName
{
background-color: #BC9C02;
}
</style>
border-color css
<style>
span { border-color: #BC9C02; }
span { border-color: rgb(188,156,2); }
td.TdClassName
{
border-color: #BC9C02;
}
.TagClassName
{
border-color: #BC9C02;
}
</style>