Shades of Buddha Gold #BC9F1A
Tints of Buddha Gold #BC9F1A
RGB
CMYK
RGB Variations
Color information
#BC9F1A (or 0xBC9F1A) is known color: Buddha Gold. HEX triplet: BC, 9F and 1A. RGB value is (188,159,26). Sum of RGB (Red+Green+Blue) = 188+159+26=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F1A is #4360E5. Grayscale: #999999. Windows color (decimal): -4415718 or 1744828. OLE color: 1744828.
HSL color Cylindrical-coordinate representation of color #BC9F1A: hue angle of 49.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC9F1A is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 26 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.26 |
| HSL | 49.26º | 0.76% | 0.42% | - |
| HSV(B) | 49.26º | 0.86% | 0.74% | - |
| XYZ | 33.32 | 35.56 | 6.09 | - |
| YUV | 152.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 26 | 0 | 0.15 | 0.86 | 0.26 | 49.26 | 0.76 | 0.42 |
| Hex | BC | 9F | 1A | 0 | F | 56 | 1A | 31 | 4C | 2A |
| Octal | 274 | 237 | 32 | 0 | 17 | 126 | 32 | 61 | 114 | 52 |
| Binary | 10111100 | 10011111 | 11010 | 0 | 1111 | 1010110 | 11010 | 110001 | 1001100 | 101010 |
Color Harmonies of #BC9F1A
Complementary color
Monochromatic Colors of #BC9F1A
Black with #BC9F1A
Text Example
Text Example
White with #BC9F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F1A; }
p { color: rgb(188,159,26); }
H1.HeaderClassName
{
color: #BC9F1A;
}
.AnyTagClassName
{
color: #BC9F1A;
}
</style>
background-color css
<style>
a { background-color: #BC9F1A; }
a { background-color: rgb(188,159,26); }
div.DivClassName
{
background-color: #BC9F1A;
}
.BgClassName
{
background-color: #BC9F1A;
}
</style>
border-color css
<style>
span { border-color: #BC9F1A; }
span { border-color: rgb(188,159,26); }
td.TdClassName
{
border-color: #BC9F1A;
}
.TagClassName
{
border-color: #BC9F1A;
}
</style>