Shades of Buddha Gold #BB9D1D
Tints of Buddha Gold #BB9D1D
RGB
CMYK
RGB Variations
Color information
#BB9D1D (or 0xBB9D1D) is known color: Buddha Gold. HEX triplet: BB, 9D and 1D. RGB value is (187,157,29). Sum of RGB (Red+Green+Blue) = 187+157+29=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D1D is #4462E2. Grayscale: #979797. Windows color (decimal): -4481763 or 1940923. OLE color: 1940923.
HSL color Cylindrical-coordinate representation of color #BB9D1D: hue angle of 48.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB9D1D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 29 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.27 |
| HSL | 48.61º | 0.73% | 0.42% | - |
| HSV(B) | 48.61º | 0.84% | 0.73% | - |
| XYZ | 32.77 | 34.77 | 6.15 | - |
| YUV | 151.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 29 | 0 | 0.16 | 0.84 | 0.27 | 48.61 | 0.73 | 0.42 |
| Hex | BB | 9D | 1D | 0 | 10 | 54 | 1B | 31 | 49 | 2A |
| Octal | 273 | 235 | 35 | 0 | 20 | 124 | 33 | 61 | 111 | 52 |
| Binary | 10111011 | 10011101 | 11101 | 0 | 10000 | 1010100 | 11011 | 110001 | 1001001 | 101010 |
Color Harmonies of #BB9D1D
Complementary color
Monochromatic Colors of #BB9D1D
Black with #BB9D1D
Text Example
Text Example
White with #BB9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D1D; }
p { color: rgb(187,157,29); }
H1.HeaderClassName
{
color: #BB9D1D;
}
.AnyTagClassName
{
color: #BB9D1D;
}
</style>
background-color css
<style>
a { background-color: #BB9D1D; }
a { background-color: rgb(187,157,29); }
div.DivClassName
{
background-color: #BB9D1D;
}
.BgClassName
{
background-color: #BB9D1D;
}
</style>
border-color css
<style>
span { border-color: #BB9D1D; }
span { border-color: rgb(187,157,29); }
td.TdClassName
{
border-color: #BB9D1D;
}
.TagClassName
{
border-color: #BB9D1D;
}
</style>