Shades of Buddha Gold #B5990D
Tints of Buddha Gold #B5990D
RGB
CMYK
RGB Variations
Color information
#B5990D (or 0xB5990D) is known color: Buddha Gold. HEX triplet: B5, 99 and 0D. RGB value is (181,153,13). Sum of RGB (Red+Green+Blue) = 181+153+13=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5990D is #4A66F2. Grayscale: #929292. Windows color (decimal): -4876019 or 891317. OLE color: 891317.
HSL color Cylindrical-coordinate representation of color #B5990D: hue angle of 50º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5990D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.29 |
| HSL | 50º | 0.87% | 0.38% | - |
| HSV(B) | 50º | 0.93% | 0.71% | - |
| XYZ | 30.52 | 32.64 | 5.07 | - |
| YUV | 145.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 13 | 0 | 0.15 | 0.93 | 0.29 | 50 | 0.87 | 0.38 |
| Hex | B5 | 99 | D | 0 | F | 5D | 1D | 32 | 57 | 26 |
| Octal | 265 | 231 | 15 | 0 | 17 | 135 | 35 | 62 | 127 | 46 |
| Binary | 10110101 | 10011001 | 1101 | 0 | 1111 | 1011101 | 11101 | 110010 | 1010111 | 100110 |
Color Harmonies of #B5990D
Complementary color
Monochromatic Colors of #B5990D
Black with #B5990D
Text Example
Text Example
White with #B5990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5990D; }
p { color: rgb(181,153,13); }
H1.HeaderClassName
{
color: #B5990D;
}
.AnyTagClassName
{
color: #B5990D;
}
</style>
background-color css
<style>
a { background-color: #B5990D; }
a { background-color: rgb(181,153,13); }
div.DivClassName
{
background-color: #B5990D;
}
.BgClassName
{
background-color: #B5990D;
}
</style>
border-color css
<style>
span { border-color: #B5990D; }
span { border-color: rgb(181,153,13); }
td.TdClassName
{
border-color: #B5990D;
}
.TagClassName
{
border-color: #B5990D;
}
</style>