Shades of Buddha Gold #BC9018
Tints of Buddha Gold #BC9018
RGB
CMYK
RGB Variations
Color information
#BC9018 (or 0xBC9018) is known color: Buddha Gold. HEX triplet: BC, 90 and 18. RGB value is (188,144,24). Sum of RGB (Red+Green+Blue) = 188+144+24=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9018 is #436FE7. Grayscale: #8F8F8F. Windows color (decimal): -4419560 or 1609916. OLE color: 1609916.
HSL color Cylindrical-coordinate representation of color #BC9018: hue angle of 43.9º 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 #BC9018 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 24 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.26 |
| HSL | 43.9º | 0.77% | 0.42% | - |
| HSV(B) | 43.9º | 0.87% | 0.74% | - |
| XYZ | 30.88 | 30.7 | 5.16 | - |
| YUV | 143.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 24 | 0 | 0.23 | 0.87 | 0.26 | 43.9 | 0.77 | 0.42 |
| Hex | BC | 90 | 18 | 0 | 17 | 57 | 1A | 2C | 4D | 2A |
| Octal | 274 | 220 | 30 | 0 | 27 | 127 | 32 | 54 | 115 | 52 |
| Binary | 10111100 | 10010000 | 11000 | 0 | 10111 | 1010111 | 11010 | 101100 | 1001101 | 101010 |
Color Harmonies of #BC9018
Complementary color
Monochromatic Colors of #BC9018
Black with #BC9018
Text Example
Text Example
White with #BC9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9018; }
p { color: rgb(188,144,24); }
H1.HeaderClassName
{
color: #BC9018;
}
.AnyTagClassName
{
color: #BC9018;
}
</style>
background-color css
<style>
a { background-color: #BC9018; }
a { background-color: rgb(188,144,24); }
div.DivClassName
{
background-color: #BC9018;
}
.BgClassName
{
background-color: #BC9018;
}
</style>
border-color css
<style>
span { border-color: #BC9018; }
span { border-color: rgb(188,144,24); }
td.TdClassName
{
border-color: #BC9018;
}
.TagClassName
{
border-color: #BC9018;
}
</style>