Shades of Buddha Gold #B5990E
Tints of Buddha Gold #B5990E
RGB
CMYK
RGB Variations
Color information
#B5990E (or 0xB5990E) is known color: Buddha Gold. HEX triplet: B5, 99 and 0E. RGB value is (181,153,14). Sum of RGB (Red+Green+Blue) = 181+153+14=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5990E is #4A66F1. Grayscale: #929292. Windows color (decimal): -4876018 or 956853. OLE color: 956853.
HSL color Cylindrical-coordinate representation of color #B5990E: hue angle of 49.94º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5990E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.29 |
| HSL | 49.94º | 0.86% | 0.38% | - |
| HSV(B) | 49.94º | 0.92% | 0.71% | - |
| XYZ | 30.53 | 32.64 | 5.11 | - |
| YUV | 145.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 14 | 0 | 0.15 | 0.92 | 0.29 | 49.94 | 0.86 | 0.38 |
| Hex | B5 | 99 | E | 0 | F | 5C | 1D | 32 | 56 | 26 |
| Octal | 265 | 231 | 16 | 0 | 17 | 134 | 35 | 62 | 126 | 46 |
| Binary | 10110101 | 10011001 | 1110 | 0 | 1111 | 1011100 | 11101 | 110010 | 1010110 | 100110 |
Color Harmonies of #B5990E
Complementary color
Monochromatic Colors of #B5990E
Black with #B5990E
Text Example
Text Example
White with #B5990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5990E; }
p { color: rgb(181,153,14); }
H1.HeaderClassName
{
color: #B5990E;
}
.AnyTagClassName
{
color: #B5990E;
}
</style>
background-color css
<style>
a { background-color: #B5990E; }
a { background-color: rgb(181,153,14); }
div.DivClassName
{
background-color: #B5990E;
}
.BgClassName
{
background-color: #B5990E;
}
</style>
border-color css
<style>
span { border-color: #B5990E; }
span { border-color: rgb(181,153,14); }
td.TdClassName
{
border-color: #B5990E;
}
.TagClassName
{
border-color: #B5990E;
}
</style>