Shades of Buddha Gold #B8971D
Tints of Buddha Gold #B8971D
RGB
CMYK
RGB Variations
Color information
#B8971D (or 0xB8971D) is known color: Buddha Gold. HEX triplet: B8, 97 and 1D. RGB value is (184,151,29). Sum of RGB (Red+Green+Blue) = 184+151+29=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971D is #4768E2. Grayscale: #939393. Windows color (decimal): -4679907 or 1939384. OLE color: 1939384.
HSL color Cylindrical-coordinate representation of color #B8971D: hue angle of 47.23º 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 #B8971D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 29 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.28 |
| HSL | 47.23º | 0.73% | 0.42% | - |
| HSV(B) | 47.23º | 0.84% | 0.72% | - |
| XYZ | 31.06 | 32.41 | 5.78 | - |
| YUV | 146.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 29 | 0 | 0.18 | 0.84 | 0.28 | 47.23 | 0.73 | 0.42 |
| Hex | B8 | 97 | 1D | 0 | 12 | 54 | 1C | 2F | 49 | 2A |
| Octal | 270 | 227 | 35 | 0 | 22 | 124 | 34 | 57 | 111 | 52 |
| Binary | 10111000 | 10010111 | 11101 | 0 | 10010 | 1010100 | 11100 | 101111 | 1001001 | 101010 |
Color Harmonies of #B8971D
Complementary color
Monochromatic Colors of #B8971D
Black with #B8971D
Text Example
Text Example
White with #B8971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8971D; }
p { color: rgb(184,151,29); }
H1.HeaderClassName
{
color: #B8971D;
}
.AnyTagClassName
{
color: #B8971D;
}
</style>
background-color css
<style>
a { background-color: #B8971D; }
a { background-color: rgb(184,151,29); }
div.DivClassName
{
background-color: #B8971D;
}
.BgClassName
{
background-color: #B8971D;
}
</style>
border-color css
<style>
span { border-color: #B8971D; }
span { border-color: rgb(184,151,29); }
td.TdClassName
{
border-color: #B8971D;
}
.TagClassName
{
border-color: #B8971D;
}
</style>