Shades of Buddha Gold #BB951D
Tints of Buddha Gold #BB951D
RGB
CMYK
RGB Variations
Color information
#BB951D (or 0xBB951D) is known color: Buddha Gold. HEX triplet: BB, 95 and 1D. RGB value is (187,149,29). Sum of RGB (Red+Green+Blue) = 187+149+29=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB951D is #446AE2. Grayscale: #939393. Windows color (decimal): -4483811 or 1938875. OLE color: 1938875.
HSL color Cylindrical-coordinate representation of color #BB951D: hue angle of 45.57º 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 #BB951D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 29 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.27 |
| HSL | 45.57º | 0.73% | 0.42% | - |
| HSV(B) | 45.57º | 0.84% | 0.73% | - |
| XYZ | 31.46 | 32.15 | 5.71 | - |
| YUV | 146.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 29 | 0 | 0.20 | 0.84 | 0.27 | 45.57 | 0.73 | 0.42 |
| Hex | BB | 95 | 1D | 0 | 14 | 54 | 1B | 2E | 49 | 2A |
| Octal | 273 | 225 | 35 | 0 | 24 | 124 | 33 | 56 | 111 | 52 |
| Binary | 10111011 | 10010101 | 11101 | 0 | 10100 | 1010100 | 11011 | 101110 | 1001001 | 101010 |
Color Harmonies of #BB951D
Complementary color
Monochromatic Colors of #BB951D
Black with #BB951D
Text Example
Text Example
White with #BB951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB951D; }
p { color: rgb(187,149,29); }
H1.HeaderClassName
{
color: #BB951D;
}
.AnyTagClassName
{
color: #BB951D;
}
</style>
background-color css
<style>
a { background-color: #BB951D; }
a { background-color: rgb(187,149,29); }
div.DivClassName
{
background-color: #BB951D;
}
.BgClassName
{
background-color: #BB951D;
}
</style>
border-color css
<style>
span { border-color: #BB951D; }
span { border-color: rgb(187,149,29); }
td.TdClassName
{
border-color: #BB951D;
}
.TagClassName
{
border-color: #BB951D;
}
</style>