Shades of Buddha Gold #BE9D0F
Tints of Buddha Gold #BE9D0F
RGB
CMYK
RGB Variations
Color information
#BE9D0F (or 0xBE9D0F) is known color: Buddha Gold. HEX triplet: BE, 9D and 0F. RGB value is (190,157,15). Sum of RGB (Red+Green+Blue) = 190+157+15=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9D0F is #4162F0. Grayscale: #979797. Windows color (decimal): -4285169 or 1023422. OLE color: 1023422.
HSL color Cylindrical-coordinate representation of color #BE9D0F: hue angle of 48.69º 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 #BE9D0F is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 15 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.25 |
| HSL | 48.69º | 0.85% | 0.4% | - |
| HSV(B) | 48.69º | 0.92% | 0.75% | - |
| XYZ | 33.38 | 35.1 | 5.47 | - |
| YUV | 150.68 | 51.43 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 15 | 0 | 0.17 | 0.92 | 0.25 | 48.69 | 0.85 | 0.4 |
| Hex | BE | 9D | F | 0 | 11 | 5C | 19 | 31 | 55 | 28 |
| Octal | 276 | 235 | 17 | 0 | 21 | 134 | 31 | 61 | 125 | 50 |
| Binary | 10111110 | 10011101 | 1111 | 0 | 10001 | 1011100 | 11001 | 110001 | 1010101 | 101000 |
Color Harmonies of #BE9D0F
Complementary color
Monochromatic Colors of #BE9D0F
Black with #BE9D0F
Text Example
Text Example
White with #BE9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D0F; }
p { color: rgb(190,157,15); }
H1.HeaderClassName
{
color: #BE9D0F;
}
.AnyTagClassName
{
color: #BE9D0F;
}
</style>
background-color css
<style>
a { background-color: #BE9D0F; }
a { background-color: rgb(190,157,15); }
div.DivClassName
{
background-color: #BE9D0F;
}
.BgClassName
{
background-color: #BE9D0F;
}
</style>
border-color css
<style>
span { border-color: #BE9D0F; }
span { border-color: rgb(190,157,15); }
td.TdClassName
{
border-color: #BE9D0F;
}
.TagClassName
{
border-color: #BE9D0F;
}
</style>