Shades of Buddha Gold #B8971F
Tints of Buddha Gold #B8971F
RGB
CMYK
RGB Variations
Color information
#B8971F (or 0xB8971F) is known color: Buddha Gold. HEX triplet: B8, 97 and 1F. RGB value is (184,151,31). Sum of RGB (Red+Green+Blue) = 184+151+31=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971F is #4768E0. Grayscale: #939393. Windows color (decimal): -4679905 or 2070456. OLE color: 2070456.
HSL color Cylindrical-coordinate representation of color #B8971F: hue angle of 47.06º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8971F is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 31 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.28 |
| HSL | 47.06º | 0.71% | 0.42% | - |
| HSV(B) | 47.06º | 0.83% | 0.72% | - |
| XYZ | 31.08 | 32.42 | 5.92 | - |
| YUV | 147.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 31 | 0 | 0.18 | 0.83 | 0.28 | 47.06 | 0.71 | 0.42 |
| Hex | B8 | 97 | 1F | 0 | 12 | 53 | 1C | 2F | 47 | 2A |
| Octal | 270 | 227 | 37 | 0 | 22 | 123 | 34 | 57 | 107 | 52 |
| Binary | 10111000 | 10010111 | 11111 | 0 | 10010 | 1010011 | 11100 | 101111 | 1000111 | 101010 |
Color Harmonies of #B8971F
Complementary color
Monochromatic Colors of #B8971F
Black with #B8971F
Text Example
Text Example
White with #B8971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8971F; }
p { color: rgb(184,151,31); }
H1.HeaderClassName
{
color: #B8971F;
}
.AnyTagClassName
{
color: #B8971F;
}
</style>
background-color css
<style>
a { background-color: #B8971F; }
a { background-color: rgb(184,151,31); }
div.DivClassName
{
background-color: #B8971F;
}
.BgClassName
{
background-color: #B8971F;
}
</style>
border-color css
<style>
span { border-color: #B8971F; }
span { border-color: rgb(184,151,31); }
td.TdClassName
{
border-color: #B8971F;
}
.TagClassName
{
border-color: #B8971F;
}
</style>