Shades of Buddha Gold #BE9A1F
Tints of Buddha Gold #BE9A1F
RGB
CMYK
RGB Variations
Color information
#BE9A1F (or 0xBE9A1F) is known color: Buddha Gold. HEX triplet: BE, 9A and 1F. RGB value is (190,154,31). Sum of RGB (Red+Green+Blue) = 190+154+31=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A1F is #4165E0. Grayscale: #979797. Windows color (decimal): -4285921 or 2071230. OLE color: 2071230.
HSL color Cylindrical-coordinate representation of color #BE9A1F: hue angle of 46.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE9A1F is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 31 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.25 |
| HSL | 46.42º | 0.72% | 0.43% | - |
| HSV(B) | 46.42º | 0.84% | 0.75% | - |
| XYZ | 33.04 | 34.16 | 6.15 | - |
| YUV | 150.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 31 | 0 | 0.19 | 0.84 | 0.25 | 46.42 | 0.72 | 0.43 |
| Hex | BE | 9A | 1F | 0 | 13 | 54 | 19 | 2E | 48 | 2B |
| Octal | 276 | 232 | 37 | 0 | 23 | 124 | 31 | 56 | 110 | 53 |
| Binary | 10111110 | 10011010 | 11111 | 0 | 10011 | 1010100 | 11001 | 101110 | 1001000 | 101011 |
Color Harmonies of #BE9A1F
Complementary color
Monochromatic Colors of #BE9A1F
Black with #BE9A1F
Text Example
Text Example
White with #BE9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A1F; }
p { color: rgb(190,154,31); }
H1.HeaderClassName
{
color: #BE9A1F;
}
.AnyTagClassName
{
color: #BE9A1F;
}
</style>
background-color css
<style>
a { background-color: #BE9A1F; }
a { background-color: rgb(190,154,31); }
div.DivClassName
{
background-color: #BE9A1F;
}
.BgClassName
{
background-color: #BE9A1F;
}
</style>
border-color css
<style>
span { border-color: #BE9A1F; }
span { border-color: rgb(190,154,31); }
td.TdClassName
{
border-color: #BE9A1F;
}
.TagClassName
{
border-color: #BE9A1F;
}
</style>