Shades of Buddha Gold #BC991A
Tints of Buddha Gold #BC991A
RGB
CMYK
RGB Variations
Color information
#BC991A (or 0xBC991A) is known color: Buddha Gold. HEX triplet: BC, 99 and 1A. RGB value is (188,153,26). Sum of RGB (Red+Green+Blue) = 188+153+26=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC991A is #4366E5. Grayscale: #959595. Windows color (decimal): -4417254 or 1743292. OLE color: 1743292.
HSL color Cylindrical-coordinate representation of color #BC991A: hue angle of 47.04º 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 #BC991A is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 26 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.26 |
| HSL | 47.04º | 0.76% | 0.42% | - |
| HSV(B) | 47.04º | 0.86% | 0.74% | - |
| XYZ | 32.32 | 33.55 | 5.75 | - |
| YUV | 148.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 26 | 0 | 0.19 | 0.86 | 0.26 | 47.04 | 0.76 | 0.42 |
| Hex | BC | 99 | 1A | 0 | 13 | 56 | 1A | 2F | 4C | 2A |
| Octal | 274 | 231 | 32 | 0 | 23 | 126 | 32 | 57 | 114 | 52 |
| Binary | 10111100 | 10011001 | 11010 | 0 | 10011 | 1010110 | 11010 | 101111 | 1001100 | 101010 |
Color Harmonies of #BC991A
Complementary color
Monochromatic Colors of #BC991A
Black with #BC991A
Text Example
Text Example
White with #BC991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC991A; }
p { color: rgb(188,153,26); }
H1.HeaderClassName
{
color: #BC991A;
}
.AnyTagClassName
{
color: #BC991A;
}
</style>
background-color css
<style>
a { background-color: #BC991A; }
a { background-color: rgb(188,153,26); }
div.DivClassName
{
background-color: #BC991A;
}
.BgClassName
{
background-color: #BC991A;
}
</style>
border-color css
<style>
span { border-color: #BC991A; }
span { border-color: rgb(188,153,26); }
td.TdClassName
{
border-color: #BC991A;
}
.TagClassName
{
border-color: #BC991A;
}
</style>