Shades of Buddha Gold #BCA20D
Tints of Buddha Gold #BCA20D
RGB
CMYK
RGB Variations
Color information
#BCA20D (or 0xBCA20D) is known color: Buddha Gold. HEX triplet: BC, A2 and 0D. RGB value is (188,162,13). Sum of RGB (Red+Green+Blue) = 188+162+13=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20D is #435DF2. Grayscale: #999999. Windows color (decimal): -4414963 or 893628. OLE color: 893628.
HSL color Cylindrical-coordinate representation of color #BCA20D: hue angle of 51.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCA20D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.26 |
| HSL | 51.09º | 0.87% | 0.39% | - |
| HSV(B) | 51.09º | 0.93% | 0.74% | - |
| XYZ | 33.73 | 36.56 | 5.66 | - |
| YUV | 152.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 13 | 0 | 0.14 | 0.93 | 0.26 | 51.09 | 0.87 | 0.39 |
| Hex | BC | A2 | D | 0 | E | 5D | 1A | 33 | 57 | 27 |
| Octal | 274 | 242 | 15 | 0 | 16 | 135 | 32 | 63 | 127 | 47 |
| Binary | 10111100 | 10100010 | 1101 | 0 | 1110 | 1011101 | 11010 | 110011 | 1010111 | 100111 |
Color Harmonies of #BCA20D
Complementary color
Monochromatic Colors of #BCA20D
Black with #BCA20D
Text Example
Text Example
White with #BCA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA20D; }
p { color: rgb(188,162,13); }
H1.HeaderClassName
{
color: #BCA20D;
}
.AnyTagClassName
{
color: #BCA20D;
}
</style>
background-color css
<style>
a { background-color: #BCA20D; }
a { background-color: rgb(188,162,13); }
div.DivClassName
{
background-color: #BCA20D;
}
.BgClassName
{
background-color: #BCA20D;
}
</style>
border-color css
<style>
span { border-color: #BCA20D; }
span { border-color: rgb(188,162,13); }
td.TdClassName
{
border-color: #BCA20D;
}
.TagClassName
{
border-color: #BCA20D;
}
</style>