Shades of Buddha Gold #B8A11C
Tints of Buddha Gold #B8A11C
RGB
CMYK
RGB Variations
Color information
#B8A11C (or 0xB8A11C) is known color: Buddha Gold. HEX triplet: B8, A1 and 1C. RGB value is (184,161,28). Sum of RGB (Red+Green+Blue) = 184+161+28=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A11C is #475EE3. Grayscale: #999999. Windows color (decimal): -4677348 or 1876408. OLE color: 1876408.
HSL color Cylindrical-coordinate representation of color #B8A11C: hue angle of 51.15º 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 #B8A11C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 28 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.28 |
| HSL | 51.15º | 0.74% | 0.42% | - |
| HSV(B) | 51.15º | 0.85% | 0.72% | - |
| XYZ | 32.72 | 35.76 | 6.28 | - |
| YUV | 152.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 28 | 0 | 0.12 | 0.85 | 0.28 | 51.15 | 0.74 | 0.42 |
| Hex | B8 | A1 | 1C | 0 | C | 55 | 1C | 33 | 4A | 2A |
| Octal | 270 | 241 | 34 | 0 | 14 | 125 | 34 | 63 | 112 | 52 |
| Binary | 10111000 | 10100001 | 11100 | 0 | 1100 | 1010101 | 11100 | 110011 | 1001010 | 101010 |
Color Harmonies of #B8A11C
Complementary color
Monochromatic Colors of #B8A11C
Black with #B8A11C
Text Example
Text Example
White with #B8A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A11C; }
p { color: rgb(184,161,28); }
H1.HeaderClassName
{
color: #B8A11C;
}
.AnyTagClassName
{
color: #B8A11C;
}
</style>
background-color css
<style>
a { background-color: #B8A11C; }
a { background-color: rgb(184,161,28); }
div.DivClassName
{
background-color: #B8A11C;
}
.BgClassName
{
background-color: #B8A11C;
}
</style>
border-color css
<style>
span { border-color: #B8A11C; }
span { border-color: rgb(184,161,28); }
td.TdClassName
{
border-color: #B8A11C;
}
.TagClassName
{
border-color: #B8A11C;
}
</style>