Shades of Buddha Gold #B8981E
Tints of Buddha Gold #B8981E
RGB
CMYK
RGB Variations
Color information
#B8981E (or 0xB8981E) is known color: Buddha Gold. HEX triplet: B8, 98 and 1E. RGB value is (184,152,30). Sum of RGB (Red+Green+Blue) = 184+152+30=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8981E is #4767E1. Grayscale: #949494. Windows color (decimal): -4679650 or 2005176. OLE color: 2005176.
HSL color Cylindrical-coordinate representation of color #B8981E: hue angle of 47.53º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8981E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 30 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.28 |
| HSL | 47.53º | 0.72% | 0.42% | - |
| HSV(B) | 47.53º | 0.84% | 0.72% | - |
| XYZ | 31.23 | 32.74 | 5.9 | - |
| YUV | 147.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 30 | 0 | 0.17 | 0.84 | 0.28 | 47.53 | 0.72 | 0.42 |
| Hex | B8 | 98 | 1E | 0 | 11 | 54 | 1C | 30 | 48 | 2A |
| Octal | 270 | 230 | 36 | 0 | 21 | 124 | 34 | 60 | 110 | 52 |
| Binary | 10111000 | 10011000 | 11110 | 0 | 10001 | 1010100 | 11100 | 110000 | 1001000 | 101010 |
Color Harmonies of #B8981E
Complementary color
Monochromatic Colors of #B8981E
Black with #B8981E
Text Example
Text Example
White with #B8981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8981E; }
p { color: rgb(184,152,30); }
H1.HeaderClassName
{
color: #B8981E;
}
.AnyTagClassName
{
color: #B8981E;
}
</style>
background-color css
<style>
a { background-color: #B8981E; }
a { background-color: rgb(184,152,30); }
div.DivClassName
{
background-color: #B8981E;
}
.BgClassName
{
background-color: #B8981E;
}
</style>
border-color css
<style>
span { border-color: #B8981E; }
span { border-color: rgb(184,152,30); }
td.TdClassName
{
border-color: #B8981E;
}
.TagClassName
{
border-color: #B8981E;
}
</style>