Shades of Buddha Gold #BB950E
Tints of Buddha Gold #BB950E
RGB
CMYK
RGB Variations
Color information
#BB950E (or 0xBB950E) is known color: Buddha Gold. HEX triplet: BB, 95 and 0E. RGB value is (187,149,14). Sum of RGB (Red+Green+Blue) = 187+149+14=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB950E is #446AF1. Grayscale: #919191. Windows color (decimal): -4483826 or 955835. OLE color: 955835.
HSL color Cylindrical-coordinate representation of color #BB950E: hue angle of 46.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB950E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.27 |
| HSL | 46.82º | 0.86% | 0.39% | - |
| HSV(B) | 46.82º | 0.93% | 0.73% | - |
| XYZ | 31.32 | 32.09 | 4.96 | - |
| YUV | 144.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 14 | 0 | 0.20 | 0.93 | 0.27 | 46.82 | 0.86 | 0.39 |
| Hex | BB | 95 | E | 0 | 14 | 5D | 1B | 2F | 56 | 27 |
| Octal | 273 | 225 | 16 | 0 | 24 | 135 | 33 | 57 | 126 | 47 |
| Binary | 10111011 | 10010101 | 1110 | 0 | 10100 | 1011101 | 11011 | 101111 | 1010110 | 100111 |
Color Harmonies of #BB950E
Complementary color
Monochromatic Colors of #BB950E
Black with #BB950E
Text Example
Text Example
White with #BB950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB950E; }
p { color: rgb(187,149,14); }
H1.HeaderClassName
{
color: #BB950E;
}
.AnyTagClassName
{
color: #BB950E;
}
</style>
background-color css
<style>
a { background-color: #BB950E; }
a { background-color: rgb(187,149,14); }
div.DivClassName
{
background-color: #BB950E;
}
.BgClassName
{
background-color: #BB950E;
}
</style>
border-color css
<style>
span { border-color: #BB950E; }
span { border-color: rgb(187,149,14); }
td.TdClassName
{
border-color: #BB950E;
}
.TagClassName
{
border-color: #BB950E;
}
</style>