Shades of Buddha Gold #B8911D
Tints of Buddha Gold #B8911D
RGB
CMYK
RGB Variations
Color information
#B8911D (or 0xB8911D) is known color: Buddha Gold. HEX triplet: B8, 91 and 1D. RGB value is (184,145,29). Sum of RGB (Red+Green+Blue) = 184+145+29=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8911D is #476EE2. Grayscale: #8F8F8F. Windows color (decimal): -4681443 or 1937848. OLE color: 1937848.
HSL color Cylindrical-coordinate representation of color #B8911D: hue angle of 44.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8911D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.28 |
| HSL | 44.9º | 0.73% | 0.42% | - |
| HSV(B) | 44.9º | 0.84% | 0.72% | - |
| XYZ | 30.11 | 30.53 | 5.47 | - |
| YUV | 143.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 29 | 0 | 0.21 | 0.84 | 0.28 | 44.9 | 0.73 | 0.42 |
| Hex | B8 | 91 | 1D | 0 | 15 | 54 | 1C | 2D | 49 | 2A |
| Octal | 270 | 221 | 35 | 0 | 25 | 124 | 34 | 55 | 111 | 52 |
| Binary | 10111000 | 10010001 | 11101 | 0 | 10101 | 1010100 | 11100 | 101101 | 1001001 | 101010 |
Color Harmonies of #B8911D
Complementary color
Monochromatic Colors of #B8911D
Black with #B8911D
Text Example
Text Example
White with #B8911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8911D; }
p { color: rgb(184,145,29); }
H1.HeaderClassName
{
color: #B8911D;
}
.AnyTagClassName
{
color: #B8911D;
}
</style>
background-color css
<style>
a { background-color: #B8911D; }
a { background-color: rgb(184,145,29); }
div.DivClassName
{
background-color: #B8911D;
}
.BgClassName
{
background-color: #B8911D;
}
</style>
border-color css
<style>
span { border-color: #B8911D; }
span { border-color: rgb(184,145,29); }
td.TdClassName
{
border-color: #B8911D;
}
.TagClassName
{
border-color: #B8911D;
}
</style>