Shades of Buddha Gold #BC9F1B
Tints of Buddha Gold #BC9F1B
RGB
CMYK
RGB Variations
Color information
#BC9F1B (or 0xBC9F1B) is known color: Buddha Gold. HEX triplet: BC, 9F and 1B. RGB value is (188,159,27). Sum of RGB (Red+Green+Blue) = 188+159+27=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F1B is #4360E4. Grayscale: #999999. Windows color (decimal): -4415717 or 1810364. OLE color: 1810364.
HSL color Cylindrical-coordinate representation of color #BC9F1B: hue angle of 49.19º 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 #BC9F1B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 27 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.26 |
| HSL | 49.19º | 0.75% | 0.42% | - |
| HSV(B) | 49.19º | 0.86% | 0.74% | - |
| XYZ | 33.34 | 35.57 | 6.15 | - |
| YUV | 152.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 27 | 0 | 0.15 | 0.86 | 0.26 | 49.19 | 0.75 | 0.42 |
| Hex | BC | 9F | 1B | 0 | F | 56 | 1A | 31 | 4B | 2A |
| Octal | 274 | 237 | 33 | 0 | 17 | 126 | 32 | 61 | 113 | 52 |
| Binary | 10111100 | 10011111 | 11011 | 0 | 1111 | 1010110 | 11010 | 110001 | 1001011 | 101010 |
Color Harmonies of #BC9F1B
Complementary color
Monochromatic Colors of #BC9F1B
Black with #BC9F1B
Text Example
Text Example
White with #BC9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F1B; }
p { color: rgb(188,159,27); }
H1.HeaderClassName
{
color: #BC9F1B;
}
.AnyTagClassName
{
color: #BC9F1B;
}
</style>
background-color css
<style>
a { background-color: #BC9F1B; }
a { background-color: rgb(188,159,27); }
div.DivClassName
{
background-color: #BC9F1B;
}
.BgClassName
{
background-color: #BC9F1B;
}
</style>
border-color css
<style>
span { border-color: #BC9F1B; }
span { border-color: rgb(188,159,27); }
td.TdClassName
{
border-color: #BC9F1B;
}
.TagClassName
{
border-color: #BC9F1B;
}
</style>