Shades of Buddha Gold #B8991D
Tints of Buddha Gold #B8991D
RGB
CMYK
RGB Variations
Color information
#B8991D (or 0xB8991D) is known color: Buddha Gold. HEX triplet: B8, 99 and 1D. RGB value is (184,153,29). Sum of RGB (Red+Green+Blue) = 184+153+29=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8991D is #4766E2. Grayscale: #949494. Windows color (decimal): -4679395 or 1939896. OLE color: 1939896.
HSL color Cylindrical-coordinate representation of color #B8991D: hue angle of 48º 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 #B8991D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 29 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.28 |
| HSL | 48º | 0.73% | 0.42% | - |
| HSV(B) | 48º | 0.84% | 0.72% | - |
| XYZ | 31.38 | 33.06 | 5.89 | - |
| YUV | 148.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 29 | 0 | 0.17 | 0.84 | 0.28 | 48 | 0.73 | 0.42 |
| Hex | B8 | 99 | 1D | 0 | 11 | 54 | 1C | 30 | 49 | 2A |
| Octal | 270 | 231 | 35 | 0 | 21 | 124 | 34 | 60 | 111 | 52 |
| Binary | 10111000 | 10011001 | 11101 | 0 | 10001 | 1010100 | 11100 | 110000 | 1001001 | 101010 |
Color Harmonies of #B8991D
Complementary color
Monochromatic Colors of #B8991D
Black with #B8991D
Text Example
Text Example
White with #B8991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8991D; }
p { color: rgb(184,153,29); }
H1.HeaderClassName
{
color: #B8991D;
}
.AnyTagClassName
{
color: #B8991D;
}
</style>
background-color css
<style>
a { background-color: #B8991D; }
a { background-color: rgb(184,153,29); }
div.DivClassName
{
background-color: #B8991D;
}
.BgClassName
{
background-color: #B8991D;
}
</style>
border-color css
<style>
span { border-color: #B8991D; }
span { border-color: rgb(184,153,29); }
td.TdClassName
{
border-color: #B8991D;
}
.TagClassName
{
border-color: #B8991D;
}
</style>