Shades of Buddha Gold #BB940F
Tints of Buddha Gold #BB940F
RGB
CMYK
RGB Variations
Color information
#BB940F (or 0xBB940F) is known color: Buddha Gold. HEX triplet: BB, 94 and 0F. RGB value is (187,148,15). Sum of RGB (Red+Green+Blue) = 187+148+15=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB940F is #446BF0. Grayscale: #919191. Windows color (decimal): -4484081 or 1021115. OLE color: 1021115.
HSL color Cylindrical-coordinate representation of color #BB940F: hue angle of 46.4º 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 #BB940F is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 15 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.27 |
| HSL | 46.4º | 0.85% | 0.4% | - |
| HSV(B) | 46.4º | 0.92% | 0.73% | - |
| XYZ | 31.17 | 31.78 | 4.94 | - |
| YUV | 144.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 15 | 0 | 0.21 | 0.92 | 0.27 | 46.4 | 0.85 | 0.4 |
| Hex | BB | 94 | F | 0 | 15 | 5C | 1B | 2E | 55 | 28 |
| Octal | 273 | 224 | 17 | 0 | 25 | 134 | 33 | 56 | 125 | 50 |
| Binary | 10111011 | 10010100 | 1111 | 0 | 10101 | 1011100 | 11011 | 101110 | 1010101 | 101000 |
Color Harmonies of #BB940F
Complementary color
Monochromatic Colors of #BB940F
Black with #BB940F
Text Example
Text Example
White with #BB940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB940F; }
p { color: rgb(187,148,15); }
H1.HeaderClassName
{
color: #BB940F;
}
.AnyTagClassName
{
color: #BB940F;
}
</style>
background-color css
<style>
a { background-color: #BB940F; }
a { background-color: rgb(187,148,15); }
div.DivClassName
{
background-color: #BB940F;
}
.BgClassName
{
background-color: #BB940F;
}
</style>
border-color css
<style>
span { border-color: #BB940F; }
span { border-color: rgb(187,148,15); }
td.TdClassName
{
border-color: #BB940F;
}
.TagClassName
{
border-color: #BB940F;
}
</style>