Shades of Buddha Gold #BE9F00
Tints of Buddha Gold #BE9F00
RGB
CMYK
RGB Variations
Color information
#BE9F00 (or 0xBE9F00) is known color: Buddha Gold. HEX triplet: BE, 9F and 00. RGB value is (190,159,0). Sum of RGB (Red+Green+Blue) = 190+159+0=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F00 is #4160FF. Grayscale: #969696. Windows color (decimal): -4284672 or 40894. OLE color: 40894.
HSL color Cylindrical-coordinate representation of color #BE9F00: hue angle of 50.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE9F00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.25 |
| HSL | 50.21º | 1% | 0.37% | - |
| HSV(B) | 50.21º | 1% | 0.75% | - |
| XYZ | 33.63 | 35.74 | 5.13 | - |
| YUV | 150.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 0 | 0 | 0.16 | 1 | 0.25 | 50.21 | 1 | 0.37 |
| Hex | BE | 9F | 0 | 0 | 10 | 64 | 19 | 32 | 64 | 25 |
| Octal | 276 | 237 | 0 | 0 | 20 | 144 | 31 | 62 | 144 | 45 |
| Binary | 10111110 | 10011111 | 0 | 0 | 10000 | 1100100 | 11001 | 110010 | 1100100 | 100101 |
Color Harmonies of #BE9F00
Complementary color
Monochromatic Colors of #BE9F00
Black with #BE9F00
Text Example
Text Example
White with #BE9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F00; }
p { color: rgb(190,159,0); }
H1.HeaderClassName
{
color: #BE9F00;
}
.AnyTagClassName
{
color: #BE9F00;
}
</style>
background-color css
<style>
a { background-color: #BE9F00; }
a { background-color: rgb(190,159,0); }
div.DivClassName
{
background-color: #BE9F00;
}
.BgClassName
{
background-color: #BE9F00;
}
</style>
border-color css
<style>
span { border-color: #BE9F00; }
span { border-color: rgb(190,159,0); }
td.TdClassName
{
border-color: #BE9F00;
}
.TagClassName
{
border-color: #BE9F00;
}
</style>