Shades of Buddha Gold #B89A1A
Tints of Buddha Gold #B89A1A
RGB
CMYK
RGB Variations
Color information
#B89A1A (or 0xB89A1A) is known color: Buddha Gold. HEX triplet: B8, 9A and 1A. RGB value is (184,154,26). Sum of RGB (Red+Green+Blue) = 184+154+26=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A1A is #4765E5. Grayscale: #949494. Windows color (decimal): -4679142 or 1743544. OLE color: 1743544.
HSL color Cylindrical-coordinate representation of color #B89A1A: hue angle of 48.61º 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 #B89A1A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 26 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.28 |
| HSL | 48.61º | 0.75% | 0.41% | - |
| HSV(B) | 48.61º | 0.86% | 0.72% | - |
| XYZ | 31.51 | 33.38 | 5.76 | - |
| YUV | 148.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 26 | 0 | 0.16 | 0.86 | 0.28 | 48.61 | 0.75 | 0.41 |
| Hex | B8 | 9A | 1A | 0 | 10 | 56 | 1C | 31 | 4B | 29 |
| Octal | 270 | 232 | 32 | 0 | 20 | 126 | 34 | 61 | 113 | 51 |
| Binary | 10111000 | 10011010 | 11010 | 0 | 10000 | 1010110 | 11100 | 110001 | 1001011 | 101001 |
Color Harmonies of #B89A1A
Complementary color
Monochromatic Colors of #B89A1A
Black with #B89A1A
Text Example
Text Example
White with #B89A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A1A; }
p { color: rgb(184,154,26); }
H1.HeaderClassName
{
color: #B89A1A;
}
.AnyTagClassName
{
color: #B89A1A;
}
</style>
background-color css
<style>
a { background-color: #B89A1A; }
a { background-color: rgb(184,154,26); }
div.DivClassName
{
background-color: #B89A1A;
}
.BgClassName
{
background-color: #B89A1A;
}
</style>
border-color css
<style>
span { border-color: #B89A1A; }
span { border-color: rgb(184,154,26); }
td.TdClassName
{
border-color: #B89A1A;
}
.TagClassName
{
border-color: #B89A1A;
}
</style>