Shades of Buddha Gold #B8921A
Tints of Buddha Gold #B8921A
RGB
CMYK
RGB Variations
Color information
#B8921A (or 0xB8921A) is known color: Buddha Gold. HEX triplet: B8, 92 and 1A. RGB value is (184,146,26). Sum of RGB (Red+Green+Blue) = 184+146+26=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8921A is #476DE5. Grayscale: #909090. Windows color (decimal): -4681190 or 1741496. OLE color: 1741496.
HSL color Cylindrical-coordinate representation of color #B8921A: hue angle of 45.57º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8921A is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 26 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.28 |
| HSL | 45.57º | 0.75% | 0.41% | - |
| HSV(B) | 45.57º | 0.86% | 0.72% | - |
| XYZ | 30.23 | 30.82 | 5.33 | - |
| YUV | 143.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 26 | 0 | 0.21 | 0.86 | 0.28 | 45.57 | 0.75 | 0.41 |
| Hex | B8 | 92 | 1A | 0 | 15 | 56 | 1C | 2E | 4B | 29 |
| Octal | 270 | 222 | 32 | 0 | 25 | 126 | 34 | 56 | 113 | 51 |
| Binary | 10111000 | 10010010 | 11010 | 0 | 10101 | 1010110 | 11100 | 101110 | 1001011 | 101001 |
Color Harmonies of #B8921A
Complementary color
Monochromatic Colors of #B8921A
Black with #B8921A
Text Example
Text Example
White with #B8921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8921A; }
p { color: rgb(184,146,26); }
H1.HeaderClassName
{
color: #B8921A;
}
.AnyTagClassName
{
color: #B8921A;
}
</style>
background-color css
<style>
a { background-color: #B8921A; }
a { background-color: rgb(184,146,26); }
div.DivClassName
{
background-color: #B8921A;
}
.BgClassName
{
background-color: #B8921A;
}
</style>
border-color css
<style>
span { border-color: #B8921A; }
span { border-color: rgb(184,146,26); }
td.TdClassName
{
border-color: #B8921A;
}
.TagClassName
{
border-color: #B8921A;
}
</style>