Shades of Buddha Gold #BC991B
Tints of Buddha Gold #BC991B
RGB
CMYK
RGB Variations
Color information
#BC991B (or 0xBC991B) is known color: Buddha Gold. HEX triplet: BC, 99 and 1B. RGB value is (188,153,27). Sum of RGB (Red+Green+Blue) = 188+153+27=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC991B is #4366E4. Grayscale: #959595. Windows color (decimal): -4417253 or 1808828. OLE color: 1808828.
HSL color Cylindrical-coordinate representation of color #BC991B: hue angle of 46.96º degrees, saturation: 0.75, 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 #BC991B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 27 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.26 |
| HSL | 46.96º | 0.75% | 0.42% | - |
| HSV(B) | 46.96º | 0.86% | 0.74% | - |
| XYZ | 32.33 | 33.55 | 5.81 | - |
| YUV | 149.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 27 | 0 | 0.19 | 0.86 | 0.26 | 46.96 | 0.75 | 0.42 |
| Hex | BC | 99 | 1B | 0 | 13 | 56 | 1A | 2F | 4B | 2A |
| Octal | 274 | 231 | 33 | 0 | 23 | 126 | 32 | 57 | 113 | 52 |
| Binary | 10111100 | 10011001 | 11011 | 0 | 10011 | 1010110 | 11010 | 101111 | 1001011 | 101010 |
Color Harmonies of #BC991B
Complementary color
Monochromatic Colors of #BC991B
Black with #BC991B
Text Example
Text Example
White with #BC991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC991B; }
p { color: rgb(188,153,27); }
H1.HeaderClassName
{
color: #BC991B;
}
.AnyTagClassName
{
color: #BC991B;
}
</style>
background-color css
<style>
a { background-color: #BC991B; }
a { background-color: rgb(188,153,27); }
div.DivClassName
{
background-color: #BC991B;
}
.BgClassName
{
background-color: #BC991B;
}
</style>
border-color css
<style>
span { border-color: #BC991B; }
span { border-color: rgb(188,153,27); }
td.TdClassName
{
border-color: #BC991B;
}
.TagClassName
{
border-color: #BC991B;
}
</style>