Shades of Buddha Gold #BC9817
Tints of Buddha Gold #BC9817
RGB
CMYK
RGB Variations
Color information
#BC9817 (or 0xBC9817) is known color: Buddha Gold. HEX triplet: BC, 98 and 17. RGB value is (188,152,23). Sum of RGB (Red+Green+Blue) = 188+152+23=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9817 is #4367E8. Grayscale: #949494. Windows color (decimal): -4417513 or 1546428. OLE color: 1546428.
HSL color Cylindrical-coordinate representation of color #BC9817: hue angle of 46.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC9817 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 23 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.26 |
| HSL | 46.91º | 0.78% | 0.41% | - |
| HSV(B) | 46.91º | 0.88% | 0.74% | - |
| XYZ | 32.12 | 33.21 | 5.53 | - |
| YUV | 148.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 23 | 0 | 0.19 | 0.88 | 0.26 | 46.91 | 0.78 | 0.41 |
| Hex | BC | 98 | 17 | 0 | 13 | 58 | 1A | 2F | 4E | 29 |
| Octal | 274 | 230 | 27 | 0 | 23 | 130 | 32 | 57 | 116 | 51 |
| Binary | 10111100 | 10011000 | 10111 | 0 | 10011 | 1011000 | 11010 | 101111 | 1001110 | 101001 |
Color Harmonies of #BC9817
Complementary color
Monochromatic Colors of #BC9817
Black with #BC9817
Text Example
Text Example
White with #BC9817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9817; }
p { color: rgb(188,152,23); }
H1.HeaderClassName
{
color: #BC9817;
}
.AnyTagClassName
{
color: #BC9817;
}
</style>
background-color css
<style>
a { background-color: #BC9817; }
a { background-color: rgb(188,152,23); }
div.DivClassName
{
background-color: #BC9817;
}
.BgClassName
{
background-color: #BC9817;
}
</style>
border-color css
<style>
span { border-color: #BC9817; }
span { border-color: rgb(188,152,23); }
td.TdClassName
{
border-color: #BC9817;
}
.TagClassName
{
border-color: #BC9817;
}
</style>