Shades of Buddha Gold #BE9C0B
Tints of Buddha Gold #BE9C0B
RGB
CMYK
RGB Variations
Color information
#BE9C0B (or 0xBE9C0B) is known color: Buddha Gold. HEX triplet: BE, 9C and 0B. RGB value is (190,156,11). Sum of RGB (Red+Green+Blue) = 190+156+11=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C0B is #4163F4. Grayscale: #969696. Windows color (decimal): -4285429 or 761022. OLE color: 761022.
HSL color Cylindrical-coordinate representation of color #BE9C0B: hue angle of 48.6º 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 #BE9C0B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.25 |
| HSL | 48.6º | 0.89% | 0.39% | - |
| HSV(B) | 48.6º | 0.94% | 0.75% | - |
| XYZ | 33.18 | 34.75 | 5.27 | - |
| YUV | 149.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 11 | 0 | 0.18 | 0.94 | 0.25 | 48.6 | 0.89 | 0.39 |
| Hex | BE | 9C | B | 0 | 12 | 5E | 19 | 31 | 59 | 27 |
| Octal | 276 | 234 | 13 | 0 | 22 | 136 | 31 | 61 | 131 | 47 |
| Binary | 10111110 | 10011100 | 1011 | 0 | 10010 | 1011110 | 11001 | 110001 | 1011001 | 100111 |
Color Harmonies of #BE9C0B
Complementary color
Monochromatic Colors of #BE9C0B
Black with #BE9C0B
Text Example
Text Example
White with #BE9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C0B; }
p { color: rgb(190,156,11); }
H1.HeaderClassName
{
color: #BE9C0B;
}
.AnyTagClassName
{
color: #BE9C0B;
}
</style>
background-color css
<style>
a { background-color: #BE9C0B; }
a { background-color: rgb(190,156,11); }
div.DivClassName
{
background-color: #BE9C0B;
}
.BgClassName
{
background-color: #BE9C0B;
}
</style>
border-color css
<style>
span { border-color: #BE9C0B; }
span { border-color: rgb(190,156,11); }
td.TdClassName
{
border-color: #BE9C0B;
}
.TagClassName
{
border-color: #BE9C0B;
}
</style>