Shades of Buddha Gold #BC9B1F
Tints of Buddha Gold #BC9B1F
RGB
CMYK
RGB Variations
Color information
#BC9B1F (or 0xBC9B1F) is known color: Buddha Gold. HEX triplet: BC, 9B and 1F. RGB value is (188,155,31). Sum of RGB (Red+Green+Blue) = 188+155+31=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B1F is #4364E0. Grayscale: #979797. Windows color (decimal): -4416737 or 2071484. OLE color: 2071484.
HSL color Cylindrical-coordinate representation of color #BC9B1F: hue angle of 47.39º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC9B1F is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 31 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.26 |
| HSL | 47.39º | 0.72% | 0.43% | - |
| HSV(B) | 47.39º | 0.84% | 0.74% | - |
| XYZ | 32.71 | 34.23 | 6.18 | - |
| YUV | 150.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 31 | 0 | 0.18 | 0.84 | 0.26 | 47.39 | 0.72 | 0.43 |
| Hex | BC | 9B | 1F | 0 | 12 | 54 | 1A | 2F | 48 | 2B |
| Octal | 274 | 233 | 37 | 0 | 22 | 124 | 32 | 57 | 110 | 53 |
| Binary | 10111100 | 10011011 | 11111 | 0 | 10010 | 1010100 | 11010 | 101111 | 1001000 | 101011 |
Color Harmonies of #BC9B1F
Complementary color
Monochromatic Colors of #BC9B1F
Black with #BC9B1F
Text Example
Text Example
White with #BC9B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B1F; }
p { color: rgb(188,155,31); }
H1.HeaderClassName
{
color: #BC9B1F;
}
.AnyTagClassName
{
color: #BC9B1F;
}
</style>
background-color css
<style>
a { background-color: #BC9B1F; }
a { background-color: rgb(188,155,31); }
div.DivClassName
{
background-color: #BC9B1F;
}
.BgClassName
{
background-color: #BC9B1F;
}
</style>
border-color css
<style>
span { border-color: #BC9B1F; }
span { border-color: rgb(188,155,31); }
td.TdClassName
{
border-color: #BC9B1F;
}
.TagClassName
{
border-color: #BC9B1F;
}
</style>