Shades of Buddha Gold #BC9C0C
Tints of Buddha Gold #BC9C0C
RGB
CMYK
RGB Variations
Color information
#BC9C0C (or 0xBC9C0C) is known color: Buddha Gold. HEX triplet: BC, 9C and 0C. RGB value is (188,156,12). Sum of RGB (Red+Green+Blue) = 188+156+12=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C0C is #4363F3. Grayscale: #959595. Windows color (decimal): -4416500 or 826556. OLE color: 826556.
HSL color Cylindrical-coordinate representation of color #BC9C0C: hue angle of 49.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC9C0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.26 |
| HSL | 49.09º | 0.88% | 0.39% | - |
| HSV(B) | 49.09º | 0.94% | 0.74% | - |
| XYZ | 32.69 | 34.49 | 5.28 | - |
| YUV | 149.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 12 | 0 | 0.17 | 0.94 | 0.26 | 49.09 | 0.88 | 0.39 |
| Hex | BC | 9C | C | 0 | 11 | 5E | 1A | 31 | 58 | 27 |
| Octal | 274 | 234 | 14 | 0 | 21 | 136 | 32 | 61 | 130 | 47 |
| Binary | 10111100 | 10011100 | 1100 | 0 | 10001 | 1011110 | 11010 | 110001 | 1011000 | 100111 |
Color Harmonies of #BC9C0C
Complementary color
Monochromatic Colors of #BC9C0C
Black with #BC9C0C
Text Example
Text Example
White with #BC9C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C0C; }
p { color: rgb(188,156,12); }
H1.HeaderClassName
{
color: #BC9C0C;
}
.AnyTagClassName
{
color: #BC9C0C;
}
</style>
background-color css
<style>
a { background-color: #BC9C0C; }
a { background-color: rgb(188,156,12); }
div.DivClassName
{
background-color: #BC9C0C;
}
.BgClassName
{
background-color: #BC9C0C;
}
</style>
border-color css
<style>
span { border-color: #BC9C0C; }
span { border-color: rgb(188,156,12); }
td.TdClassName
{
border-color: #BC9C0C;
}
.TagClassName
{
border-color: #BC9C0C;
}
</style>