Shades of Buddha Gold #BC9E13
Tints of Buddha Gold #BC9E13
RGB
CMYK
RGB Variations
Color information
#BC9E13 (or 0xBC9E13) is known color: Buddha Gold. HEX triplet: BC, 9E and 13. RGB value is (188,158,19). Sum of RGB (Red+Green+Blue) = 188+158+19=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E13 is #4361EC. Grayscale: #979797. Windows color (decimal): -4415981 or 1285820. OLE color: 1285820.
HSL color Cylindrical-coordinate representation of color #BC9E13: hue angle of 49.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9E13 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 19 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.26 |
| HSL | 49.35º | 0.82% | 0.41% | - |
| HSV(B) | 49.35º | 0.9% | 0.74% | - |
| XYZ | 33.08 | 35.19 | 5.67 | - |
| YUV | 151.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 19 | 0 | 0.16 | 0.90 | 0.26 | 49.35 | 0.82 | 0.41 |
| Hex | BC | 9E | 13 | 0 | 10 | 5A | 1A | 31 | 52 | 29 |
| Octal | 274 | 236 | 23 | 0 | 20 | 132 | 32 | 61 | 122 | 51 |
| Binary | 10111100 | 10011110 | 10011 | 0 | 10000 | 1011010 | 11010 | 110001 | 1010010 | 101001 |
Color Harmonies of #BC9E13
Complementary color
Monochromatic Colors of #BC9E13
Black with #BC9E13
Text Example
Text Example
White with #BC9E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E13; }
p { color: rgb(188,158,19); }
H1.HeaderClassName
{
color: #BC9E13;
}
.AnyTagClassName
{
color: #BC9E13;
}
</style>
background-color css
<style>
a { background-color: #BC9E13; }
a { background-color: rgb(188,158,19); }
div.DivClassName
{
background-color: #BC9E13;
}
.BgClassName
{
background-color: #BC9E13;
}
</style>
border-color css
<style>
span { border-color: #BC9E13; }
span { border-color: rgb(188,158,19); }
td.TdClassName
{
border-color: #BC9E13;
}
.TagClassName
{
border-color: #BC9E13;
}
</style>