Shades of Buddha Gold #B8921D
Tints of Buddha Gold #B8921D
RGB
CMYK
RGB Variations
Color information
#B8921D (or 0xB8921D) is known color: Buddha Gold. HEX triplet: B8, 92 and 1D. RGB value is (184,146,29). Sum of RGB (Red+Green+Blue) = 184+146+29=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8921D is #476DE2. Grayscale: #909090. Windows color (decimal): -4681187 or 1938104. OLE color: 1938104.
HSL color Cylindrical-coordinate representation of color #B8921D: hue angle of 45.29º 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 #B8921D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.28 |
| HSL | 45.29º | 0.73% | 0.42% | - |
| HSV(B) | 45.29º | 0.84% | 0.72% | - |
| XYZ | 30.27 | 30.84 | 5.52 | - |
| YUV | 144.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 29 | 0 | 0.21 | 0.84 | 0.28 | 45.29 | 0.73 | 0.42 |
| Hex | B8 | 92 | 1D | 0 | 15 | 54 | 1C | 2D | 49 | 2A |
| Octal | 270 | 222 | 35 | 0 | 25 | 124 | 34 | 55 | 111 | 52 |
| Binary | 10111000 | 10010010 | 11101 | 0 | 10101 | 1010100 | 11100 | 101101 | 1001001 | 101010 |
Color Harmonies of #B8921D
Complementary color
Monochromatic Colors of #B8921D
Black with #B8921D
Text Example
Text Example
White with #B8921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8921D; }
p { color: rgb(184,146,29); }
H1.HeaderClassName
{
color: #B8921D;
}
.AnyTagClassName
{
color: #B8921D;
}
</style>
background-color css
<style>
a { background-color: #B8921D; }
a { background-color: rgb(184,146,29); }
div.DivClassName
{
background-color: #B8921D;
}
.BgClassName
{
background-color: #B8921D;
}
</style>
border-color css
<style>
span { border-color: #B8921D; }
span { border-color: rgb(184,146,29); }
td.TdClassName
{
border-color: #B8921D;
}
.TagClassName
{
border-color: #B8921D;
}
</style>