Shades of Buddha Gold #BB971C
Tints of Buddha Gold #BB971C
RGB
CMYK
RGB Variations
Color information
#BB971C (or 0xBB971C) is known color: Buddha Gold. HEX triplet: BB, 97 and 1C. RGB value is (187,151,28). Sum of RGB (Red+Green+Blue) = 187+151+28=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB971C is #4468E3. Grayscale: #949494. Windows color (decimal): -4483300 or 1873851. OLE color: 1873851.
HSL color Cylindrical-coordinate representation of color #BB971C: hue angle of 46.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB971C is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 28 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.27 |
| HSL | 46.42º | 0.74% | 0.42% | - |
| HSV(B) | 46.42º | 0.85% | 0.73% | - |
| XYZ | 31.77 | 32.78 | 5.75 | - |
| YUV | 147.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 28 | 0 | 0.19 | 0.85 | 0.27 | 46.42 | 0.74 | 0.42 |
| Hex | BB | 97 | 1C | 0 | 13 | 55 | 1B | 2E | 4A | 2A |
| Octal | 273 | 227 | 34 | 0 | 23 | 125 | 33 | 56 | 112 | 52 |
| Binary | 10111011 | 10010111 | 11100 | 0 | 10011 | 1010101 | 11011 | 101110 | 1001010 | 101010 |
Color Harmonies of #BB971C
Complementary color
Monochromatic Colors of #BB971C
Black with #BB971C
Text Example
Text Example
White with #BB971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB971C; }
p { color: rgb(187,151,28); }
H1.HeaderClassName
{
color: #BB971C;
}
.AnyTagClassName
{
color: #BB971C;
}
</style>
background-color css
<style>
a { background-color: #BB971C; }
a { background-color: rgb(187,151,28); }
div.DivClassName
{
background-color: #BB971C;
}
.BgClassName
{
background-color: #BB971C;
}
</style>
border-color css
<style>
span { border-color: #BB971C; }
span { border-color: rgb(187,151,28); }
td.TdClassName
{
border-color: #BB971C;
}
.TagClassName
{
border-color: #BB971C;
}
</style>