Shades of Buddha Gold #BE9C21
Tints of Buddha Gold #BE9C21
RGB
CMYK
RGB Variations
Color information
#BE9C21 (or 0xBE9C21) is known color: Buddha Gold. HEX triplet: BE, 9C and 21. RGB value is (190,156,33). Sum of RGB (Red+Green+Blue) = 190+156+33=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C21 is #4163DE. Grayscale: #989898. Windows color (decimal): -4285407 or 2202814. OLE color: 2202814.
HSL color Cylindrical-coordinate representation of color #BE9C21: hue angle of 47.01º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE9C21 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 33 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.25 |
| HSL | 47.01º | 0.7% | 0.44% | - |
| HSV(B) | 47.01º | 0.83% | 0.75% | - |
| XYZ | 33.4 | 34.83 | 6.4 | - |
| YUV | 152.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 33 | 0 | 0.18 | 0.83 | 0.25 | 47.01 | 0.7 | 0.44 |
| Hex | BE | 9C | 21 | 0 | 12 | 53 | 19 | 2F | 46 | 2C |
| Octal | 276 | 234 | 41 | 0 | 22 | 123 | 31 | 57 | 106 | 54 |
| Binary | 10111110 | 10011100 | 100001 | 0 | 10010 | 1010011 | 11001 | 101111 | 1000110 | 101100 |
Color Harmonies of #BE9C21
Complementary color
Monochromatic Colors of #BE9C21
Black with #BE9C21
Text Example
Text Example
White with #BE9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C21; }
p { color: rgb(190,156,33); }
H1.HeaderClassName
{
color: #BE9C21;
}
.AnyTagClassName
{
color: #BE9C21;
}
</style>
background-color css
<style>
a { background-color: #BE9C21; }
a { background-color: rgb(190,156,33); }
div.DivClassName
{
background-color: #BE9C21;
}
.BgClassName
{
background-color: #BE9C21;
}
</style>
border-color css
<style>
span { border-color: #BE9C21; }
span { border-color: rgb(190,156,33); }
td.TdClassName
{
border-color: #BE9C21;
}
.TagClassName
{
border-color: #BE9C21;
}
</style>