Shades of Buddha Gold #B89D0A
Tints of Buddha Gold #B89D0A
RGB
CMYK
RGB Variations
Color information
#B89D0A (or 0xB89D0A) is known color: Buddha Gold. HEX triplet: B8, 9D and 0A. RGB value is (184,157,10). Sum of RGB (Red+Green+Blue) = 184+157+10=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D0A is #4762F5. Grayscale: #949494. Windows color (decimal): -4678390 or 695736. OLE color: 695736.
HSL color Cylindrical-coordinate representation of color #B89D0A: hue angle of 50.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B89D0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.28 |
| HSL | 50.69º | 0.9% | 0.38% | - |
| HSV(B) | 50.69º | 0.95% | 0.72% | - |
| XYZ | 31.88 | 34.33 | 5.23 | - |
| YUV | 148.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 10 | 0 | 0.15 | 0.95 | 0.28 | 50.69 | 0.9 | 0.38 |
| Hex | B8 | 9D | A | 0 | F | 5F | 1C | 33 | 5A | 26 |
| Octal | 270 | 235 | 12 | 0 | 17 | 137 | 34 | 63 | 132 | 46 |
| Binary | 10111000 | 10011101 | 1010 | 0 | 1111 | 1011111 | 11100 | 110011 | 1011010 | 100110 |
Color Harmonies of #B89D0A
Complementary color
Monochromatic Colors of #B89D0A
Black with #B89D0A
Text Example
Text Example
White with #B89D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D0A; }
p { color: rgb(184,157,10); }
H1.HeaderClassName
{
color: #B89D0A;
}
.AnyTagClassName
{
color: #B89D0A;
}
</style>
background-color css
<style>
a { background-color: #B89D0A; }
a { background-color: rgb(184,157,10); }
div.DivClassName
{
background-color: #B89D0A;
}
.BgClassName
{
background-color: #B89D0A;
}
</style>
border-color css
<style>
span { border-color: #B89D0A; }
span { border-color: rgb(184,157,10); }
td.TdClassName
{
border-color: #B89D0A;
}
.TagClassName
{
border-color: #B89D0A;
}
</style>