Shades of Buddha Gold #BCA20F
Tints of Buddha Gold #BCA20F
RGB
CMYK
RGB Variations
Color information
#BCA20F (or 0xBCA20F) is known color: Buddha Gold. HEX triplet: BC, A2 and 0F. RGB value is (188,162,15). Sum of RGB (Red+Green+Blue) = 188+162+15=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20F is #435DF0. Grayscale: #999999. Windows color (decimal): -4414961 or 1024700. OLE color: 1024700.
HSL color Cylindrical-coordinate representation of color #BCA20F: hue angle of 50.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCA20F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.26 |
| HSL | 50.98º | 0.85% | 0.4% | - |
| HSV(B) | 50.98º | 0.92% | 0.74% | - |
| XYZ | 33.75 | 36.57 | 5.73 | - |
| YUV | 153.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 15 | 0 | 0.14 | 0.92 | 0.26 | 50.98 | 0.85 | 0.4 |
| Hex | BC | A2 | F | 0 | E | 5C | 1A | 33 | 55 | 28 |
| Octal | 274 | 242 | 17 | 0 | 16 | 134 | 32 | 63 | 125 | 50 |
| Binary | 10111100 | 10100010 | 1111 | 0 | 1110 | 1011100 | 11010 | 110011 | 1010101 | 101000 |
Color Harmonies of #BCA20F
Complementary color
Monochromatic Colors of #BCA20F
Black with #BCA20F
Text Example
Text Example
White with #BCA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA20F; }
p { color: rgb(188,162,15); }
H1.HeaderClassName
{
color: #BCA20F;
}
.AnyTagClassName
{
color: #BCA20F;
}
</style>
background-color css
<style>
a { background-color: #BCA20F; }
a { background-color: rgb(188,162,15); }
div.DivClassName
{
background-color: #BCA20F;
}
.BgClassName
{
background-color: #BCA20F;
}
</style>
border-color css
<style>
span { border-color: #BCA20F; }
span { border-color: rgb(188,162,15); }
td.TdClassName
{
border-color: #BCA20F;
}
.TagClassName
{
border-color: #BCA20F;
}
</style>