Shades of Buddha Gold #BC9819
Tints of Buddha Gold #BC9819
RGB
CMYK
RGB Variations
Color information
#BC9819 (or 0xBC9819) is known color: Buddha Gold. HEX triplet: BC, 98 and 19. RGB value is (188,152,25). Sum of RGB (Red+Green+Blue) = 188+152+25=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9819 is #4367E6. Grayscale: #949494. Windows color (decimal): -4417511 or 1677500. OLE color: 1677500.
HSL color Cylindrical-coordinate representation of color #BC9819: hue angle of 46.75º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC9819 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 25 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.26 |
| HSL | 46.75º | 0.77% | 0.42% | - |
| HSV(B) | 46.75º | 0.87% | 0.74% | - |
| XYZ | 32.14 | 33.22 | 5.64 | - |
| YUV | 148.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 25 | 0 | 0.19 | 0.87 | 0.26 | 46.75 | 0.77 | 0.42 |
| Hex | BC | 98 | 19 | 0 | 13 | 57 | 1A | 2F | 4D | 2A |
| Octal | 274 | 230 | 31 | 0 | 23 | 127 | 32 | 57 | 115 | 52 |
| Binary | 10111100 | 10011000 | 11001 | 0 | 10011 | 1010111 | 11010 | 101111 | 1001101 | 101010 |
Color Harmonies of #BC9819
Complementary color
Monochromatic Colors of #BC9819
Black with #BC9819
Text Example
Text Example
White with #BC9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9819; }
p { color: rgb(188,152,25); }
H1.HeaderClassName
{
color: #BC9819;
}
.AnyTagClassName
{
color: #BC9819;
}
</style>
background-color css
<style>
a { background-color: #BC9819; }
a { background-color: rgb(188,152,25); }
div.DivClassName
{
background-color: #BC9819;
}
.BgClassName
{
background-color: #BC9819;
}
</style>
border-color css
<style>
span { border-color: #BC9819; }
span { border-color: rgb(188,152,25); }
td.TdClassName
{
border-color: #BC9819;
}
.TagClassName
{
border-color: #BC9819;
}
</style>