Shades of Buddha Gold #B8A01C
Tints of Buddha Gold #B8A01C
RGB
CMYK
RGB Variations
Color information
#B8A01C (or 0xB8A01C) is known color: Buddha Gold. HEX triplet: B8, A0 and 1C. RGB value is (184,160,28). Sum of RGB (Red+Green+Blue) = 184+160+28=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A01C is #475FE3. Grayscale: #989898. Windows color (decimal): -4677604 or 1876152. OLE color: 1876152.
HSL color Cylindrical-coordinate representation of color #B8A01C: hue angle of 50.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 #B8A01C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.28 |
| HSL | 50.77º | 0.74% | 0.42% | - |
| HSV(B) | 50.77º | 0.85% | 0.72% | - |
| XYZ | 32.55 | 35.42 | 6.22 | - |
| YUV | 152.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 28 | 0 | 0.13 | 0.85 | 0.28 | 50.77 | 0.74 | 0.42 |
| Hex | B8 | A0 | 1C | 0 | D | 55 | 1C | 33 | 4A | 2A |
| Octal | 270 | 240 | 34 | 0 | 15 | 125 | 34 | 63 | 112 | 52 |
| Binary | 10111000 | 10100000 | 11100 | 0 | 1101 | 1010101 | 11100 | 110011 | 1001010 | 101010 |
Color Harmonies of #B8A01C
Complementary color
Monochromatic Colors of #B8A01C
Black with #B8A01C
Text Example
Text Example
White with #B8A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A01C; }
p { color: rgb(184,160,28); }
H1.HeaderClassName
{
color: #B8A01C;
}
.AnyTagClassName
{
color: #B8A01C;
}
</style>
background-color css
<style>
a { background-color: #B8A01C; }
a { background-color: rgb(184,160,28); }
div.DivClassName
{
background-color: #B8A01C;
}
.BgClassName
{
background-color: #B8A01C;
}
</style>
border-color css
<style>
span { border-color: #B8A01C; }
span { border-color: rgb(184,160,28); }
td.TdClassName
{
border-color: #B8A01C;
}
.TagClassName
{
border-color: #B8A01C;
}
</style>