Shades of Buddha Gold #B8971C
Tints of Buddha Gold #B8971C
RGB
CMYK
RGB Variations
Color information
#B8971C (or 0xB8971C) is known color: Buddha Gold. HEX triplet: B8, 97 and 1C. RGB value is (184,151,28). Sum of RGB (Red+Green+Blue) = 184+151+28=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971C is #4768E3. Grayscale: #939393. Windows color (decimal): -4679908 or 1873848. OLE color: 1873848.
HSL color Cylindrical-coordinate representation of color #B8971C: hue angle of 47.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8971C is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 28 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.28 |
| HSL | 47.31º | 0.74% | 0.42% | - |
| HSV(B) | 47.31º | 0.85% | 0.72% | - |
| XYZ | 31.04 | 32.41 | 5.72 | - |
| YUV | 146.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 28 | 0 | 0.18 | 0.85 | 0.28 | 47.31 | 0.74 | 0.42 |
| Hex | B8 | 97 | 1C | 0 | 12 | 55 | 1C | 2F | 4A | 2A |
| Octal | 270 | 227 | 34 | 0 | 22 | 125 | 34 | 57 | 112 | 52 |
| Binary | 10111000 | 10010111 | 11100 | 0 | 10010 | 1010101 | 11100 | 101111 | 1001010 | 101010 |
Color Harmonies of #B8971C
Complementary color
Monochromatic Colors of #B8971C
Black with #B8971C
Text Example
Text Example
White with #B8971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8971C; }
p { color: rgb(184,151,28); }
H1.HeaderClassName
{
color: #B8971C;
}
.AnyTagClassName
{
color: #B8971C;
}
</style>
background-color css
<style>
a { background-color: #B8971C; }
a { background-color: rgb(184,151,28); }
div.DivClassName
{
background-color: #B8971C;
}
.BgClassName
{
background-color: #B8971C;
}
</style>
border-color css
<style>
span { border-color: #B8971C; }
span { border-color: rgb(184,151,28); }
td.TdClassName
{
border-color: #B8971C;
}
.TagClassName
{
border-color: #B8971C;
}
</style>