Shades of Buddha Gold #B8931C
Tints of Buddha Gold #B8931C
RGB
CMYK
RGB Variations
Color information
#B8931C (or 0xB8931C) is known color: Buddha Gold. HEX triplet: B8, 93 and 1C. RGB value is (184,147,28). Sum of RGB (Red+Green+Blue) = 184+147+28=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8931C is #476CE3. Grayscale: #919191. Windows color (decimal): -4680932 or 1872824. OLE color: 1872824.
HSL color Cylindrical-coordinate representation of color #B8931C: hue angle of 45.77º 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 #B8931C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 28 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.28 |
| HSL | 45.77º | 0.74% | 0.42% | - |
| HSV(B) | 45.77º | 0.85% | 0.72% | - |
| XYZ | 30.41 | 31.14 | 5.51 | - |
| YUV | 144.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 28 | 0 | 0.20 | 0.85 | 0.28 | 45.77 | 0.74 | 0.42 |
| Hex | B8 | 93 | 1C | 0 | 14 | 55 | 1C | 2E | 4A | 2A |
| Octal | 270 | 223 | 34 | 0 | 24 | 125 | 34 | 56 | 112 | 52 |
| Binary | 10111000 | 10010011 | 11100 | 0 | 10100 | 1010101 | 11100 | 101110 | 1001010 | 101010 |
Color Harmonies of #B8931C
Complementary color
Monochromatic Colors of #B8931C
Black with #B8931C
Text Example
Text Example
White with #B8931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8931C; }
p { color: rgb(184,147,28); }
H1.HeaderClassName
{
color: #B8931C;
}
.AnyTagClassName
{
color: #B8931C;
}
</style>
background-color css
<style>
a { background-color: #B8931C; }
a { background-color: rgb(184,147,28); }
div.DivClassName
{
background-color: #B8931C;
}
.BgClassName
{
background-color: #B8931C;
}
</style>
border-color css
<style>
span { border-color: #B8931C; }
span { border-color: rgb(184,147,28); }
td.TdClassName
{
border-color: #B8931C;
}
.TagClassName
{
border-color: #B8931C;
}
</style>