Shades of Buddha Gold #B59E12
Tints of Buddha Gold #B59E12
RGB
CMYK
RGB Variations
Color information
#B59E12 (or 0xB59E12) is known color: Buddha Gold. HEX triplet: B5, 9E and 12. RGB value is (181,158,18). Sum of RGB (Red+Green+Blue) = 181+158+18=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E12 is #4A61ED. Grayscale: #959595. Windows color (decimal): -4874734 or 1220277. OLE color: 1220277.
HSL color Cylindrical-coordinate representation of color #B59E12: hue angle of 51.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59E12 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 18 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.29 |
| HSL | 51.53º | 0.82% | 0.39% | - |
| HSV(B) | 51.53º | 0.9% | 0.71% | - |
| XYZ | 31.39 | 34.32 | 5.54 | - |
| YUV | 148.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 18 | 0 | 0.13 | 0.90 | 0.29 | 51.53 | 0.82 | 0.39 |
| Hex | B5 | 9E | 12 | 0 | D | 5A | 1D | 34 | 52 | 27 |
| Octal | 265 | 236 | 22 | 0 | 15 | 132 | 35 | 64 | 122 | 47 |
| Binary | 10110101 | 10011110 | 10010 | 0 | 1101 | 1011010 | 11101 | 110100 | 1010010 | 100111 |
Color Harmonies of #B59E12
Complementary color
Monochromatic Colors of #B59E12
Black with #B59E12
Text Example
Text Example
White with #B59E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E12; }
p { color: rgb(181,158,18); }
H1.HeaderClassName
{
color: #B59E12;
}
.AnyTagClassName
{
color: #B59E12;
}
</style>
background-color css
<style>
a { background-color: #B59E12; }
a { background-color: rgb(181,158,18); }
div.DivClassName
{
background-color: #B59E12;
}
.BgClassName
{
background-color: #B59E12;
}
</style>
border-color css
<style>
span { border-color: #B59E12; }
span { border-color: rgb(181,158,18); }
td.TdClassName
{
border-color: #B59E12;
}
.TagClassName
{
border-color: #B59E12;
}
</style>