Shades of Buddha Gold #BE9A20
Tints of Buddha Gold #BE9A20
RGB
CMYK
RGB Variations
Color information
#BE9A20 (or 0xBE9A20) is known color: Buddha Gold. HEX triplet: BE, 9A and 20. RGB value is (190,154,32). Sum of RGB (Red+Green+Blue) = 190+154+32=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A20 is #4165DF. Grayscale: #979797. Windows color (decimal): -4285920 or 2136766. OLE color: 2136766.
HSL color Cylindrical-coordinate representation of color #BE9A20: hue angle of 46.33º degrees, saturation: 0.71, 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 #BE9A20 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 32 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.25 |
| HSL | 46.33º | 0.71% | 0.44% | - |
| HSV(B) | 46.33º | 0.83% | 0.75% | - |
| XYZ | 33.05 | 34.16 | 6.22 | - |
| YUV | 150.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 32 | 0 | 0.19 | 0.83 | 0.25 | 46.33 | 0.71 | 0.44 |
| Hex | BE | 9A | 20 | 0 | 13 | 53 | 19 | 2E | 47 | 2C |
| Octal | 276 | 232 | 40 | 0 | 23 | 123 | 31 | 56 | 107 | 54 |
| Binary | 10111110 | 10011010 | 100000 | 0 | 10011 | 1010011 | 11001 | 101110 | 1000111 | 101100 |
Color Harmonies of #BE9A20
Complementary color
Monochromatic Colors of #BE9A20
Black with #BE9A20
Text Example
Text Example
White with #BE9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A20; }
p { color: rgb(190,154,32); }
H1.HeaderClassName
{
color: #BE9A20;
}
.AnyTagClassName
{
color: #BE9A20;
}
</style>
background-color css
<style>
a { background-color: #BE9A20; }
a { background-color: rgb(190,154,32); }
div.DivClassName
{
background-color: #BE9A20;
}
.BgClassName
{
background-color: #BE9A20;
}
</style>
border-color css
<style>
span { border-color: #BE9A20; }
span { border-color: rgb(190,154,32); }
td.TdClassName
{
border-color: #BE9A20;
}
.TagClassName
{
border-color: #BE9A20;
}
</style>