Shades of Buddha Gold #BB951E
Tints of Buddha Gold #BB951E
RGB
CMYK
RGB Variations
Color information
#BB951E (or 0xBB951E) is known color: Buddha Gold. HEX triplet: BB, 95 and 1E. RGB value is (187,149,30). Sum of RGB (Red+Green+Blue) = 187+149+30=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB951E is #446AE1. Grayscale: #939393. Windows color (decimal): -4483810 or 2004411. OLE color: 2004411.
HSL color Cylindrical-coordinate representation of color #BB951E: hue angle of 45.48º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB951E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 30 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.27 |
| HSL | 45.48º | 0.72% | 0.43% | - |
| HSV(B) | 45.48º | 0.84% | 0.73% | - |
| XYZ | 31.48 | 32.15 | 5.78 | - |
| YUV | 146.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 30 | 0 | 0.20 | 0.84 | 0.27 | 45.48 | 0.72 | 0.43 |
| Hex | BB | 95 | 1E | 0 | 14 | 54 | 1B | 2D | 48 | 2B |
| Octal | 273 | 225 | 36 | 0 | 24 | 124 | 33 | 55 | 110 | 53 |
| Binary | 10111011 | 10010101 | 11110 | 0 | 10100 | 1010100 | 11011 | 101101 | 1001000 | 101011 |
Color Harmonies of #BB951E
Complementary color
Monochromatic Colors of #BB951E
Black with #BB951E
Text Example
Text Example
White with #BB951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB951E; }
p { color: rgb(187,149,30); }
H1.HeaderClassName
{
color: #BB951E;
}
.AnyTagClassName
{
color: #BB951E;
}
</style>
background-color css
<style>
a { background-color: #BB951E; }
a { background-color: rgb(187,149,30); }
div.DivClassName
{
background-color: #BB951E;
}
.BgClassName
{
background-color: #BB951E;
}
</style>
border-color css
<style>
span { border-color: #BB951E; }
span { border-color: rgb(187,149,30); }
td.TdClassName
{
border-color: #BB951E;
}
.TagClassName
{
border-color: #BB951E;
}
</style>