Shades of Buddha Gold #BB9A1B
Tints of Buddha Gold #BB9A1B
RGB
CMYK
RGB Variations
Color information
#BB9A1B (or 0xBB9A1B) is known color: Buddha Gold. HEX triplet: BB, 9A and 1B. RGB value is (187,154,27). Sum of RGB (Red+Green+Blue) = 187+154+27=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A1B is #4465E4. Grayscale: #959595. Windows color (decimal): -4482533 or 1809083. OLE color: 1809083.
HSL color Cylindrical-coordinate representation of color #BB9A1B: hue angle of 47.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB9A1B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.27 |
| HSL | 47.63º | 0.75% | 0.42% | - |
| HSV(B) | 47.63º | 0.86% | 0.73% | - |
| XYZ | 32.25 | 33.76 | 5.85 | - |
| YUV | 149.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 27 | 0 | 0.18 | 0.86 | 0.27 | 47.63 | 0.75 | 0.42 |
| Hex | BB | 9A | 1B | 0 | 12 | 56 | 1B | 30 | 4B | 2A |
| Octal | 273 | 232 | 33 | 0 | 22 | 126 | 33 | 60 | 113 | 52 |
| Binary | 10111011 | 10011010 | 11011 | 0 | 10010 | 1010110 | 11011 | 110000 | 1001011 | 101010 |
Color Harmonies of #BB9A1B
Complementary color
Monochromatic Colors of #BB9A1B
Black with #BB9A1B
Text Example
Text Example
White with #BB9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A1B; }
p { color: rgb(187,154,27); }
H1.HeaderClassName
{
color: #BB9A1B;
}
.AnyTagClassName
{
color: #BB9A1B;
}
</style>
background-color css
<style>
a { background-color: #BB9A1B; }
a { background-color: rgb(187,154,27); }
div.DivClassName
{
background-color: #BB9A1B;
}
.BgClassName
{
background-color: #BB9A1B;
}
</style>
border-color css
<style>
span { border-color: #BB9A1B; }
span { border-color: rgb(187,154,27); }
td.TdClassName
{
border-color: #BB9A1B;
}
.TagClassName
{
border-color: #BB9A1B;
}
</style>