Shades of Buddha Gold #BB991F
Tints of Buddha Gold #BB991F
RGB
CMYK
RGB Variations
Color information
#BB991F (or 0xBB991F) is known color: Buddha Gold. HEX triplet: BB, 99 and 1F. RGB value is (187,153,31). Sum of RGB (Red+Green+Blue) = 187+153+31=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB991F is #4466E0. Grayscale: #959595. Windows color (decimal): -4482785 or 2070971. OLE color: 2070971.
HSL color Cylindrical-coordinate representation of color #BB991F: hue angle of 46.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB991F is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 31 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.27 |
| HSL | 46.92º | 0.72% | 0.43% | - |
| HSV(B) | 46.92º | 0.83% | 0.73% | - |
| XYZ | 32.13 | 33.45 | 6.06 | - |
| YUV | 149.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 31 | 0 | 0.18 | 0.83 | 0.27 | 46.92 | 0.72 | 0.43 |
| Hex | BB | 99 | 1F | 0 | 12 | 53 | 1B | 2F | 48 | 2B |
| Octal | 273 | 231 | 37 | 0 | 22 | 123 | 33 | 57 | 110 | 53 |
| Binary | 10111011 | 10011001 | 11111 | 0 | 10010 | 1010011 | 11011 | 101111 | 1001000 | 101011 |
Color Harmonies of #BB991F
Complementary color
Monochromatic Colors of #BB991F
Black with #BB991F
Text Example
Text Example
White with #BB991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB991F; }
p { color: rgb(187,153,31); }
H1.HeaderClassName
{
color: #BB991F;
}
.AnyTagClassName
{
color: #BB991F;
}
</style>
background-color css
<style>
a { background-color: #BB991F; }
a { background-color: rgb(187,153,31); }
div.DivClassName
{
background-color: #BB991F;
}
.BgClassName
{
background-color: #BB991F;
}
</style>
border-color css
<style>
span { border-color: #BB991F; }
span { border-color: rgb(187,153,31); }
td.TdClassName
{
border-color: #BB991F;
}
.TagClassName
{
border-color: #BB991F;
}
</style>