Shades of Buddha Gold #B8921C
Tints of Buddha Gold #B8921C
RGB
CMYK
RGB Variations
Color information
#B8921C (or 0xB8921C) is known color: Buddha Gold. HEX triplet: B8, 92 and 1C. RGB value is (184,146,28). Sum of RGB (Red+Green+Blue) = 184+146+28=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8921C is #476DE3. Grayscale: #909090. Windows color (decimal): -4681188 or 1872568. OLE color: 1872568.
HSL color Cylindrical-coordinate representation of color #B8921C: hue angle of 45.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8921C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 28 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.28 |
| HSL | 45.38º | 0.74% | 0.42% | - |
| HSV(B) | 45.38º | 0.85% | 0.72% | - |
| XYZ | 30.26 | 30.83 | 5.46 | - |
| YUV | 143.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 28 | 0 | 0.21 | 0.85 | 0.28 | 45.38 | 0.74 | 0.42 |
| Hex | B8 | 92 | 1C | 0 | 15 | 55 | 1C | 2D | 4A | 2A |
| Octal | 270 | 222 | 34 | 0 | 25 | 125 | 34 | 55 | 112 | 52 |
| Binary | 10111000 | 10010010 | 11100 | 0 | 10101 | 1010101 | 11100 | 101101 | 1001010 | 101010 |
Color Harmonies of #B8921C
Complementary color
Monochromatic Colors of #B8921C
Black with #B8921C
Text Example
Text Example
White with #B8921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8921C; }
p { color: rgb(184,146,28); }
H1.HeaderClassName
{
color: #B8921C;
}
.AnyTagClassName
{
color: #B8921C;
}
</style>
background-color css
<style>
a { background-color: #B8921C; }
a { background-color: rgb(184,146,28); }
div.DivClassName
{
background-color: #B8921C;
}
.BgClassName
{
background-color: #B8921C;
}
</style>
border-color css
<style>
span { border-color: #B8921C; }
span { border-color: rgb(184,146,28); }
td.TdClassName
{
border-color: #B8921C;
}
.TagClassName
{
border-color: #B8921C;
}
</style>