Shades of Buddha Gold #BE9820
Tints of Buddha Gold #BE9820
RGB
CMYK
RGB Variations
Color information
#BE9820 (or 0xBE9820) is known color: Buddha Gold. HEX triplet: BE, 98 and 20. RGB value is (190,152,32). Sum of RGB (Red+Green+Blue) = 190+152+32=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9820 is #4167DF. Grayscale: #969696. Windows color (decimal): -4286432 or 2136254. OLE color: 2136254.
HSL color Cylindrical-coordinate representation of color #BE9820: hue angle of 45.57º 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 #BE9820 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 32 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.25 |
| HSL | 45.57º | 0.71% | 0.44% | - |
| HSV(B) | 45.57º | 0.83% | 0.75% | - |
| XYZ | 32.72 | 33.51 | 6.11 | - |
| YUV | 149.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 32 | 0 | 0.2 | 0.83 | 0.25 | 45.57 | 0.71 | 0.44 |
| Hex | BE | 98 | 20 | 0 | 14 | 53 | 19 | 2E | 47 | 2C |
| Octal | 276 | 230 | 40 | 0 | 24 | 123 | 31 | 56 | 107 | 54 |
| Binary | 10111110 | 10011000 | 100000 | 0 | 10100 | 1010011 | 11001 | 101110 | 1000111 | 101100 |
Color Harmonies of #BE9820
Complementary color
Monochromatic Colors of #BE9820
Black with #BE9820
Text Example
Text Example
White with #BE9820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9820; }
p { color: rgb(190,152,32); }
H1.HeaderClassName
{
color: #BE9820;
}
.AnyTagClassName
{
color: #BE9820;
}
</style>
background-color css
<style>
a { background-color: #BE9820; }
a { background-color: rgb(190,152,32); }
div.DivClassName
{
background-color: #BE9820;
}
.BgClassName
{
background-color: #BE9820;
}
</style>
border-color css
<style>
span { border-color: #BE9820; }
span { border-color: rgb(190,152,32); }
td.TdClassName
{
border-color: #BE9820;
}
.TagClassName
{
border-color: #BE9820;
}
</style>