Shades of Buddha Gold #B8981D
Tints of Buddha Gold #B8981D
RGB
CMYK
RGB Variations
Color information
#B8981D (or 0xB8981D) is known color: Buddha Gold. HEX triplet: B8, 98 and 1D. RGB value is (184,152,29). Sum of RGB (Red+Green+Blue) = 184+152+29=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8981D is #4767E2. Grayscale: #949494. Windows color (decimal): -4679651 or 1939640. OLE color: 1939640.
HSL color Cylindrical-coordinate representation of color #B8981D: hue angle of 47.61º degrees, saturation: 0.73, 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 #B8981D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 29 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.28 |
| HSL | 47.61º | 0.73% | 0.42% | - |
| HSV(B) | 47.61º | 0.84% | 0.72% | - |
| XYZ | 31.22 | 32.74 | 5.84 | - |
| YUV | 147.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 29 | 0 | 0.17 | 0.84 | 0.28 | 47.61 | 0.73 | 0.42 |
| Hex | B8 | 98 | 1D | 0 | 11 | 54 | 1C | 30 | 49 | 2A |
| Octal | 270 | 230 | 35 | 0 | 21 | 124 | 34 | 60 | 111 | 52 |
| Binary | 10111000 | 10011000 | 11101 | 0 | 10001 | 1010100 | 11100 | 110000 | 1001001 | 101010 |
Color Harmonies of #B8981D
Complementary color
Monochromatic Colors of #B8981D
Black with #B8981D
Text Example
Text Example
White with #B8981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8981D; }
p { color: rgb(184,152,29); }
H1.HeaderClassName
{
color: #B8981D;
}
.AnyTagClassName
{
color: #B8981D;
}
</style>
background-color css
<style>
a { background-color: #B8981D; }
a { background-color: rgb(184,152,29); }
div.DivClassName
{
background-color: #B8981D;
}
.BgClassName
{
background-color: #B8981D;
}
</style>
border-color css
<style>
span { border-color: #B8981D; }
span { border-color: rgb(184,152,29); }
td.TdClassName
{
border-color: #B8981D;
}
.TagClassName
{
border-color: #B8981D;
}
</style>