Shades of Buddha Gold #B8981F
Tints of Buddha Gold #B8981F
RGB
CMYK
RGB Variations
Color information
#B8981F (or 0xB8981F) is known color: Buddha Gold. HEX triplet: B8, 98 and 1F. RGB value is (184,152,31). Sum of RGB (Red+Green+Blue) = 184+152+31=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B8981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8981F is #4767E0. Grayscale: #949494. Windows color (decimal): -4679649 or 2070712. OLE color: 2070712.
HSL color Cylindrical-coordinate representation of color #B8981F: hue angle of 47.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8981F is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 31 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.28 |
| HSL | 47.45º | 0.71% | 0.42% | - |
| HSV(B) | 47.45º | 0.83% | 0.72% | - |
| XYZ | 31.24 | 32.75 | 5.97 | - |
| YUV | 147.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 31 | 0 | 0.17 | 0.83 | 0.28 | 47.45 | 0.71 | 0.42 |
| Hex | B8 | 98 | 1F | 0 | 11 | 53 | 1C | 2F | 47 | 2A |
| Octal | 270 | 230 | 37 | 0 | 21 | 123 | 34 | 57 | 107 | 52 |
| Binary | 10111000 | 10011000 | 11111 | 0 | 10001 | 1010011 | 11100 | 101111 | 1000111 | 101010 |
Color Harmonies of #B8981F
Complementary color
Monochromatic Colors of #B8981F
Black with #B8981F
Text Example
Text Example
White with #B8981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8981F; }
p { color: rgb(184,152,31); }
H1.HeaderClassName
{
color: #B8981F;
}
.AnyTagClassName
{
color: #B8981F;
}
</style>
background-color css
<style>
a { background-color: #B8981F; }
a { background-color: rgb(184,152,31); }
div.DivClassName
{
background-color: #B8981F;
}
.BgClassName
{
background-color: #B8981F;
}
</style>
border-color css
<style>
span { border-color: #B8981F; }
span { border-color: rgb(184,152,31); }
td.TdClassName
{
border-color: #B8981F;
}
.TagClassName
{
border-color: #B8981F;
}
</style>