Shades of Buddha Gold #BE9F0B
Tints of Buddha Gold #BE9F0B
RGB
CMYK
RGB Variations
Color information
#BE9F0B (or 0xBE9F0B) is known color: Buddha Gold. HEX triplet: BE, 9F and 0B. RGB value is (190,159,11). Sum of RGB (Red+Green+Blue) = 190+159+11=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0B is #4160F4. Grayscale: #989898. Windows color (decimal): -4284661 or 761790. OLE color: 761790.
HSL color Cylindrical-coordinate representation of color #BE9F0B: hue angle of 49.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE9F0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.25 |
| HSL | 49.61º | 0.89% | 0.39% | - |
| HSV(B) | 49.61º | 0.94% | 0.75% | - |
| XYZ | 33.69 | 35.77 | 5.44 | - |
| YUV | 151.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 11 | 0 | 0.16 | 0.94 | 0.25 | 49.61 | 0.89 | 0.39 |
| Hex | BE | 9F | B | 0 | 10 | 5E | 19 | 32 | 59 | 27 |
| Octal | 276 | 237 | 13 | 0 | 20 | 136 | 31 | 62 | 131 | 47 |
| Binary | 10111110 | 10011111 | 1011 | 0 | 10000 | 1011110 | 11001 | 110010 | 1011001 | 100111 |
Color Harmonies of #BE9F0B
Complementary color
Monochromatic Colors of #BE9F0B
Black with #BE9F0B
Text Example
Text Example
White with #BE9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F0B; }
p { color: rgb(190,159,11); }
H1.HeaderClassName
{
color: #BE9F0B;
}
.AnyTagClassName
{
color: #BE9F0B;
}
</style>
background-color css
<style>
a { background-color: #BE9F0B; }
a { background-color: rgb(190,159,11); }
div.DivClassName
{
background-color: #BE9F0B;
}
.BgClassName
{
background-color: #BE9F0B;
}
</style>
border-color css
<style>
span { border-color: #BE9F0B; }
span { border-color: rgb(190,159,11); }
td.TdClassName
{
border-color: #BE9F0B;
}
.TagClassName
{
border-color: #BE9F0B;
}
</style>