Shades of Buddha Gold #BB9B0F
Tints of Buddha Gold #BB9B0F
RGB
CMYK
RGB Variations
Color information
#BB9B0F (or 0xBB9B0F) is known color: Buddha Gold. HEX triplet: BB, 9B and 0F. RGB value is (187,155,15). Sum of RGB (Red+Green+Blue) = 187+155+15=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B0F is #4464F0. Grayscale: #959595. Windows color (decimal): -4482289 or 1022907. OLE color: 1022907.
HSL color Cylindrical-coordinate representation of color #BB9B0F: hue angle of 48.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB9B0F is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 15 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.27 |
| HSL | 48.84º | 0.85% | 0.4% | - |
| HSV(B) | 48.84º | 0.92% | 0.73% | - |
| XYZ | 32.3 | 34.04 | 5.32 | - |
| YUV | 148.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 15 | 0 | 0.17 | 0.92 | 0.27 | 48.84 | 0.85 | 0.4 |
| Hex | BB | 9B | F | 0 | 11 | 5C | 1B | 31 | 55 | 28 |
| Octal | 273 | 233 | 17 | 0 | 21 | 134 | 33 | 61 | 125 | 50 |
| Binary | 10111011 | 10011011 | 1111 | 0 | 10001 | 1011100 | 11011 | 110001 | 1010101 | 101000 |
Color Harmonies of #BB9B0F
Complementary color
Monochromatic Colors of #BB9B0F
Black with #BB9B0F
Text Example
Text Example
White with #BB9B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B0F; }
p { color: rgb(187,155,15); }
H1.HeaderClassName
{
color: #BB9B0F;
}
.AnyTagClassName
{
color: #BB9B0F;
}
</style>
background-color css
<style>
a { background-color: #BB9B0F; }
a { background-color: rgb(187,155,15); }
div.DivClassName
{
background-color: #BB9B0F;
}
.BgClassName
{
background-color: #BB9B0F;
}
</style>
border-color css
<style>
span { border-color: #BB9B0F; }
span { border-color: rgb(187,155,15); }
td.TdClassName
{
border-color: #BB9B0F;
}
.TagClassName
{
border-color: #BB9B0F;
}
</style>