Shades of Buddha Gold #B8A301
Tints of Buddha Gold #B8A301
RGB
CMYK
RGB Variations
Color information
#B8A301 (or 0xB8A301) is known color: Buddha Gold. HEX triplet: B8, A3 and 01. RGB value is (184,163,1). Sum of RGB (Red+Green+Blue) = 184+163+1=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A301 is #475CFE. Grayscale: #979797. Windows color (decimal): -4676863 or 107448. OLE color: 107448.
HSL color Cylindrical-coordinate representation of color #B8A301: hue angle of 53.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8A301 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.28 |
| HSL | 53.11º | 0.99% | 0.36% | - |
| HSV(B) | 53.11º | 0.99% | 0.72% | - |
| XYZ | 32.87 | 36.39 | 5.32 | - |
| YUV | 150.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 1 | 0 | 0.11 | 0.99 | 0.28 | 53.11 | 0.99 | 0.36 |
| Hex | B8 | A3 | 1 | 0 | B | 63 | 1C | 35 | 63 | 24 |
| Octal | 270 | 243 | 1 | 0 | 13 | 143 | 34 | 65 | 143 | 44 |
| Binary | 10111000 | 10100011 | 1 | 0 | 1011 | 1100011 | 11100 | 110101 | 1100011 | 100100 |
Color Harmonies of #B8A301
Complementary color
Monochromatic Colors of #B8A301
Black with #B8A301
Text Example
Text Example
White with #B8A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A301; }
p { color: rgb(184,163,1); }
H1.HeaderClassName
{
color: #B8A301;
}
.AnyTagClassName
{
color: #B8A301;
}
</style>
background-color css
<style>
a { background-color: #B8A301; }
a { background-color: rgb(184,163,1); }
div.DivClassName
{
background-color: #B8A301;
}
.BgClassName
{
background-color: #B8A301;
}
</style>
border-color css
<style>
span { border-color: #B8A301; }
span { border-color: rgb(184,163,1); }
td.TdClassName
{
border-color: #B8A301;
}
.TagClassName
{
border-color: #B8A301;
}
</style>