Shades of Buddha Gold #B5990F
Tints of Buddha Gold #B5990F
RGB
CMYK
RGB Variations
Color information
#B5990F (or 0xB5990F) is known color: Buddha Gold. HEX triplet: B5, 99 and 0F. RGB value is (181,153,15). Sum of RGB (Red+Green+Blue) = 181+153+15=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5990F is #4A66F0. Grayscale: #929292. Windows color (decimal): -4876017 or 1022389. OLE color: 1022389.
HSL color Cylindrical-coordinate representation of color #B5990F: hue angle of 49.88º degrees, saturation: 0.85, 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 #B5990F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 15 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.29 |
| HSL | 49.88º | 0.85% | 0.38% | - |
| HSV(B) | 49.88º | 0.92% | 0.71% | - |
| XYZ | 30.53 | 32.64 | 5.14 | - |
| YUV | 145.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 15 | 0 | 0.15 | 0.92 | 0.29 | 49.88 | 0.85 | 0.38 |
| Hex | B5 | 99 | F | 0 | F | 5C | 1D | 32 | 55 | 26 |
| Octal | 265 | 231 | 17 | 0 | 17 | 134 | 35 | 62 | 125 | 46 |
| Binary | 10110101 | 10011001 | 1111 | 0 | 1111 | 1011100 | 11101 | 110010 | 1010101 | 100110 |
Color Harmonies of #B5990F
Complementary color
Monochromatic Colors of #B5990F
Black with #B5990F
Text Example
Text Example
White with #B5990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5990F; }
p { color: rgb(181,153,15); }
H1.HeaderClassName
{
color: #B5990F;
}
.AnyTagClassName
{
color: #B5990F;
}
</style>
background-color css
<style>
a { background-color: #B5990F; }
a { background-color: rgb(181,153,15); }
div.DivClassName
{
background-color: #B5990F;
}
.BgClassName
{
background-color: #B5990F;
}
</style>
border-color css
<style>
span { border-color: #B5990F; }
span { border-color: rgb(181,153,15); }
td.TdClassName
{
border-color: #B5990F;
}
.TagClassName
{
border-color: #B5990F;
}
</style>