Shades of Buddha Gold #BC971D
Tints of Buddha Gold #BC971D
RGB
CMYK
RGB Variations
Color information
#BC971D (or 0xBC971D) is known color: Buddha Gold. HEX triplet: BC, 97 and 1D. RGB value is (188,151,29). Sum of RGB (Red+Green+Blue) = 188+151+29=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC971D is #4368E2. Grayscale: #949494. Windows color (decimal): -4417763 or 1939388. OLE color: 1939388.
HSL color Cylindrical-coordinate representation of color #BC971D: hue angle of 46.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC971D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 29 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.26 |
| HSL | 46.04º | 0.73% | 0.43% | - |
| HSV(B) | 46.04º | 0.85% | 0.74% | - |
| XYZ | 32.03 | 32.91 | 5.83 | - |
| YUV | 148.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 29 | 0 | 0.20 | 0.85 | 0.26 | 46.04 | 0.73 | 0.43 |
| Hex | BC | 97 | 1D | 0 | 14 | 55 | 1A | 2E | 49 | 2B |
| Octal | 274 | 227 | 35 | 0 | 24 | 125 | 32 | 56 | 111 | 53 |
| Binary | 10111100 | 10010111 | 11101 | 0 | 10100 | 1010101 | 11010 | 101110 | 1001001 | 101011 |
Color Harmonies of #BC971D
Complementary color
Monochromatic Colors of #BC971D
Black with #BC971D
Text Example
Text Example
White with #BC971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC971D; }
p { color: rgb(188,151,29); }
H1.HeaderClassName
{
color: #BC971D;
}
.AnyTagClassName
{
color: #BC971D;
}
</style>
background-color css
<style>
a { background-color: #BC971D; }
a { background-color: rgb(188,151,29); }
div.DivClassName
{
background-color: #BC971D;
}
.BgClassName
{
background-color: #BC971D;
}
</style>
border-color css
<style>
span { border-color: #BC971D; }
span { border-color: rgb(188,151,29); }
td.TdClassName
{
border-color: #BC971D;
}
.TagClassName
{
border-color: #BC971D;
}
</style>