Shades of Buddha Gold #BE9F0F
Tints of Buddha Gold #BE9F0F
RGB
CMYK
RGB Variations
Color information
#BE9F0F (or 0xBE9F0F) is known color: Buddha Gold. HEX triplet: BE, 9F and 0F. RGB value is (190,159,15). Sum of RGB (Red+Green+Blue) = 190+159+15=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0F is #4160F0. Grayscale: #989898. Windows color (decimal): -4284657 or 1023934. OLE color: 1023934.
HSL color Cylindrical-coordinate representation of color #BE9F0F: hue angle of 49.37º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE9F0F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 15 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.25 |
| HSL | 49.37º | 0.85% | 0.4% | - |
| HSV(B) | 49.37º | 0.92% | 0.75% | - |
| XYZ | 33.72 | 35.78 | 5.58 | - |
| YUV | 151.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 15 | 0 | 0.16 | 0.92 | 0.25 | 49.37 | 0.85 | 0.4 |
| Hex | BE | 9F | F | 0 | 10 | 5C | 19 | 31 | 55 | 28 |
| Octal | 276 | 237 | 17 | 0 | 20 | 134 | 31 | 61 | 125 | 50 |
| Binary | 10111110 | 10011111 | 1111 | 0 | 10000 | 1011100 | 11001 | 110001 | 1010101 | 101000 |
Color Harmonies of #BE9F0F
Complementary color
Monochromatic Colors of #BE9F0F
Black with #BE9F0F
Text Example
Text Example
White with #BE9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F0F; }
p { color: rgb(190,159,15); }
H1.HeaderClassName
{
color: #BE9F0F;
}
.AnyTagClassName
{
color: #BE9F0F;
}
</style>
background-color css
<style>
a { background-color: #BE9F0F; }
a { background-color: rgb(190,159,15); }
div.DivClassName
{
background-color: #BE9F0F;
}
.BgClassName
{
background-color: #BE9F0F;
}
</style>
border-color css
<style>
span { border-color: #BE9F0F; }
span { border-color: rgb(190,159,15); }
td.TdClassName
{
border-color: #BE9F0F;
}
.TagClassName
{
border-color: #BE9F0F;
}
</style>