Shades of Buddha Gold #BC9A1E
Tints of Buddha Gold #BC9A1E
RGB
CMYK
RGB Variations
Color information
#BC9A1E (or 0xBC9A1E) is known color: Buddha Gold. HEX triplet: BC, 9A and 1E. RGB value is (188,154,30). Sum of RGB (Red+Green+Blue) = 188+154+30=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A1E is #4365E1. Grayscale: #969696. Windows color (decimal): -4416994 or 2005692. OLE color: 2005692.
HSL color Cylindrical-coordinate representation of color #BC9A1E: hue angle of 47.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC9A1E is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 30 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.26 |
| HSL | 47.09º | 0.72% | 0.43% | - |
| HSV(B) | 47.09º | 0.84% | 0.74% | - |
| XYZ | 32.53 | 33.9 | 6.06 | - |
| YUV | 150.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 30 | 0 | 0.18 | 0.84 | 0.26 | 47.09 | 0.72 | 0.43 |
| Hex | BC | 9A | 1E | 0 | 12 | 54 | 1A | 2F | 48 | 2B |
| Octal | 274 | 232 | 36 | 0 | 22 | 124 | 32 | 57 | 110 | 53 |
| Binary | 10111100 | 10011010 | 11110 | 0 | 10010 | 1010100 | 11010 | 101111 | 1001000 | 101011 |
Color Harmonies of #BC9A1E
Complementary color
Monochromatic Colors of #BC9A1E
Black with #BC9A1E
Text Example
Text Example
White with #BC9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A1E; }
p { color: rgb(188,154,30); }
H1.HeaderClassName
{
color: #BC9A1E;
}
.AnyTagClassName
{
color: #BC9A1E;
}
</style>
background-color css
<style>
a { background-color: #BC9A1E; }
a { background-color: rgb(188,154,30); }
div.DivClassName
{
background-color: #BC9A1E;
}
.BgClassName
{
background-color: #BC9A1E;
}
</style>
border-color css
<style>
span { border-color: #BC9A1E; }
span { border-color: rgb(188,154,30); }
td.TdClassName
{
border-color: #BC9A1E;
}
.TagClassName
{
border-color: #BC9A1E;
}
</style>