Shades of Buddha Gold #BC9B1A
Tints of Buddha Gold #BC9B1A
RGB
CMYK
RGB Variations
Color information
#BC9B1A (or 0xBC9B1A) is known color: Buddha Gold. HEX triplet: BC, 9B and 1A. RGB value is (188,155,26). Sum of RGB (Red+Green+Blue) = 188+155+26=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B1A is #4364E5. Grayscale: #969696. Windows color (decimal): -4416742 or 1743804. OLE color: 1743804.
HSL color Cylindrical-coordinate representation of color #BC9B1A: hue angle of 47.78º 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 #BC9B1A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 26 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.26 |
| HSL | 47.78º | 0.76% | 0.42% | - |
| HSV(B) | 47.78º | 0.86% | 0.74% | - |
| XYZ | 32.65 | 34.21 | 5.86 | - |
| YUV | 150.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 26 | 0 | 0.18 | 0.86 | 0.26 | 47.78 | 0.76 | 0.42 |
| Hex | BC | 9B | 1A | 0 | 12 | 56 | 1A | 30 | 4C | 2A |
| Octal | 274 | 233 | 32 | 0 | 22 | 126 | 32 | 60 | 114 | 52 |
| Binary | 10111100 | 10011011 | 11010 | 0 | 10010 | 1010110 | 11010 | 110000 | 1001100 | 101010 |
Color Harmonies of #BC9B1A
Complementary color
Monochromatic Colors of #BC9B1A
Black with #BC9B1A
Text Example
Text Example
White with #BC9B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B1A; }
p { color: rgb(188,155,26); }
H1.HeaderClassName
{
color: #BC9B1A;
}
.AnyTagClassName
{
color: #BC9B1A;
}
</style>
background-color css
<style>
a { background-color: #BC9B1A; }
a { background-color: rgb(188,155,26); }
div.DivClassName
{
background-color: #BC9B1A;
}
.BgClassName
{
background-color: #BC9B1A;
}
</style>
border-color css
<style>
span { border-color: #BC9B1A; }
span { border-color: rgb(188,155,26); }
td.TdClassName
{
border-color: #BC9B1A;
}
.TagClassName
{
border-color: #BC9B1A;
}
</style>