Shades of Buddha Gold #BC911D
Tints of Buddha Gold #BC911D
RGB
CMYK
RGB Variations
Color information
#BC911D (or 0xBC911D) is known color: Buddha Gold. HEX triplet: BC, 91 and 1D. RGB value is (188,145,29). Sum of RGB (Red+Green+Blue) = 188+145+29=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC911D is #436EE2. Grayscale: #919191. Windows color (decimal): -4419299 or 1937852. OLE color: 1937852.
HSL color Cylindrical-coordinate representation of color #BC911D: hue angle of 43.77º 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 #BC911D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.26 |
| HSL | 43.77º | 0.73% | 0.43% | - |
| HSV(B) | 43.77º | 0.85% | 0.74% | - |
| XYZ | 31.09 | 31.03 | 5.51 | - |
| YUV | 144.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 29 | 0 | 0.23 | 0.85 | 0.26 | 43.77 | 0.73 | 0.43 |
| Hex | BC | 91 | 1D | 0 | 17 | 55 | 1A | 2C | 49 | 2B |
| Octal | 274 | 221 | 35 | 0 | 27 | 125 | 32 | 54 | 111 | 53 |
| Binary | 10111100 | 10010001 | 11101 | 0 | 10111 | 1010101 | 11010 | 101100 | 1001001 | 101011 |
Color Harmonies of #BC911D
Complementary color
Monochromatic Colors of #BC911D
Black with #BC911D
Text Example
Text Example
White with #BC911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC911D; }
p { color: rgb(188,145,29); }
H1.HeaderClassName
{
color: #BC911D;
}
.AnyTagClassName
{
color: #BC911D;
}
</style>
background-color css
<style>
a { background-color: #BC911D; }
a { background-color: rgb(188,145,29); }
div.DivClassName
{
background-color: #BC911D;
}
.BgClassName
{
background-color: #BC911D;
}
</style>
border-color css
<style>
span { border-color: #BC911D; }
span { border-color: rgb(188,145,29); }
td.TdClassName
{
border-color: #BC911D;
}
.TagClassName
{
border-color: #BC911D;
}
</style>