Shades of Buddha Gold #BEA11B
Tints of Buddha Gold #BEA11B
RGB
CMYK
RGB Variations
Color information
#BEA11B (or 0xBEA11B) is known color: Buddha Gold. HEX triplet: BE, A1 and 1B. RGB value is (190,161,27). Sum of RGB (Red+Green+Blue) = 190+161+27=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA11B is #415EE4. Grayscale: #9A9A9A. Windows color (decimal): -4284133 or 1810878. OLE color: 1810878.
HSL color Cylindrical-coordinate representation of color #BEA11B: hue angle of 49.33º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEA11B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 27 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.25 |
| HSL | 49.33º | 0.75% | 0.43% | - |
| HSV(B) | 49.33º | 0.86% | 0.75% | - |
| XYZ | 34.18 | 36.52 | 6.28 | - |
| YUV | 154.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 27 | 0 | 0.15 | 0.86 | 0.25 | 49.33 | 0.75 | 0.43 |
| Hex | BE | A1 | 1B | 0 | F | 56 | 19 | 31 | 4B | 2B |
| Octal | 276 | 241 | 33 | 0 | 17 | 126 | 31 | 61 | 113 | 53 |
| Binary | 10111110 | 10100001 | 11011 | 0 | 1111 | 1010110 | 11001 | 110001 | 1001011 | 101011 |
Color Harmonies of #BEA11B
Complementary color
Monochromatic Colors of #BEA11B
Black with #BEA11B
Text Example
Text Example
White with #BEA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA11B; }
p { color: rgb(190,161,27); }
H1.HeaderClassName
{
color: #BEA11B;
}
.AnyTagClassName
{
color: #BEA11B;
}
</style>
background-color css
<style>
a { background-color: #BEA11B; }
a { background-color: rgb(190,161,27); }
div.DivClassName
{
background-color: #BEA11B;
}
.BgClassName
{
background-color: #BEA11B;
}
</style>
border-color css
<style>
span { border-color: #BEA11B; }
span { border-color: rgb(190,161,27); }
td.TdClassName
{
border-color: #BEA11B;
}
.TagClassName
{
border-color: #BEA11B;
}
</style>