Shades of Buddha Gold #BCA502
Tints of Buddha Gold #BCA502
RGB
CMYK
RGB Variations
Color information
#BCA502 (or 0xBCA502) is known color: Buddha Gold. HEX triplet: BC, A5 and 02. RGB value is (188,165,2). Sum of RGB (Red+Green+Blue) = 188+165+2=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA502 is #435AFD. Grayscale: #999999. Windows color (decimal): -4414206 or 173500. OLE color: 173500.
HSL color Cylindrical-coordinate representation of color #BCA502: hue angle of 52.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCA502 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.26 |
| HSL | 52.58º | 0.98% | 0.37% | - |
| HSV(B) | 52.58º | 0.99% | 0.74% | - |
| XYZ | 34.21 | 37.61 | 5.51 | - |
| YUV | 153.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 2 | 0 | 0.12 | 0.99 | 0.26 | 52.58 | 0.98 | 0.37 |
| Hex | BC | A5 | 2 | 0 | C | 63 | 1A | 35 | 62 | 25 |
| Octal | 274 | 245 | 2 | 0 | 14 | 143 | 32 | 65 | 142 | 45 |
| Binary | 10111100 | 10100101 | 10 | 0 | 1100 | 1100011 | 11010 | 110101 | 1100010 | 100101 |
Color Harmonies of #BCA502
Complementary color
Monochromatic Colors of #BCA502
Black with #BCA502
Text Example
Text Example
White with #BCA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA502; }
p { color: rgb(188,165,2); }
H1.HeaderClassName
{
color: #BCA502;
}
.AnyTagClassName
{
color: #BCA502;
}
</style>
background-color css
<style>
a { background-color: #BCA502; }
a { background-color: rgb(188,165,2); }
div.DivClassName
{
background-color: #BCA502;
}
.BgClassName
{
background-color: #BCA502;
}
</style>
border-color css
<style>
span { border-color: #BCA502; }
span { border-color: rgb(188,165,2); }
td.TdClassName
{
border-color: #BCA502;
}
.TagClassName
{
border-color: #BCA502;
}
</style>