Shades of Buddha Gold #BCA008
Tints of Buddha Gold #BCA008
RGB
CMYK
RGB Variations
Color information
#BCA008 (or 0xBCA008) is known color: Buddha Gold. HEX triplet: BC, A0 and 08. RGB value is (188,160,8). Sum of RGB (Red+Green+Blue) = 188+160+8=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA008 is #435FF7. Grayscale: #979797. Windows color (decimal): -4415480 or 565436. OLE color: 565436.
HSL color Cylindrical-coordinate representation of color #BCA008: hue angle of 50.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCA008 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.26 |
| HSL | 50.67º | 0.92% | 0.38% | - |
| HSV(B) | 50.67º | 0.96% | 0.74% | - |
| XYZ | 33.35 | 35.85 | 5.39 | - |
| YUV | 151.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 8 | 0 | 0.15 | 0.96 | 0.26 | 50.67 | 0.92 | 0.38 |
| Hex | BC | A0 | 8 | 0 | F | 60 | 1A | 33 | 5C | 26 |
| Octal | 274 | 240 | 10 | 0 | 17 | 140 | 32 | 63 | 134 | 46 |
| Binary | 10111100 | 10100000 | 1000 | 0 | 1111 | 1100000 | 11010 | 110011 | 1011100 | 100110 |
Color Harmonies of #BCA008
Complementary color
Monochromatic Colors of #BCA008
Black with #BCA008
Text Example
Text Example
White with #BCA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA008; }
p { color: rgb(188,160,8); }
H1.HeaderClassName
{
color: #BCA008;
}
.AnyTagClassName
{
color: #BCA008;
}
</style>
background-color css
<style>
a { background-color: #BCA008; }
a { background-color: rgb(188,160,8); }
div.DivClassName
{
background-color: #BCA008;
}
.BgClassName
{
background-color: #BCA008;
}
</style>
border-color css
<style>
span { border-color: #BCA008; }
span { border-color: rgb(188,160,8); }
td.TdClassName
{
border-color: #BCA008;
}
.TagClassName
{
border-color: #BCA008;
}
</style>