Shades of Buddha Gold #B89B18
Tints of Buddha Gold #B89B18
RGB
CMYK
RGB Variations
Color information
#B89B18 (or 0xB89B18) is known color: Buddha Gold. HEX triplet: B8, 9B and 18. RGB value is (184,155,24). Sum of RGB (Red+Green+Blue) = 184+155+24=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B18 is #4764E7. Grayscale: #959595. Windows color (decimal): -4678888 or 1612728. OLE color: 1612728.
HSL color Cylindrical-coordinate representation of color #B89B18: hue angle of 49.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B89B18 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 24 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.28 |
| HSL | 49.13º | 0.77% | 0.41% | - |
| HSV(B) | 49.13º | 0.87% | 0.72% | - |
| XYZ | 31.65 | 33.7 | 5.7 | - |
| YUV | 148.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 24 | 0 | 0.16 | 0.87 | 0.28 | 49.13 | 0.77 | 0.41 |
| Hex | B8 | 9B | 18 | 0 | 10 | 57 | 1C | 31 | 4D | 29 |
| Octal | 270 | 233 | 30 | 0 | 20 | 127 | 34 | 61 | 115 | 51 |
| Binary | 10111000 | 10011011 | 11000 | 0 | 10000 | 1010111 | 11100 | 110001 | 1001101 | 101001 |
Color Harmonies of #B89B18
Complementary color
Monochromatic Colors of #B89B18
Black with #B89B18
Text Example
Text Example
White with #B89B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B18; }
p { color: rgb(184,155,24); }
H1.HeaderClassName
{
color: #B89B18;
}
.AnyTagClassName
{
color: #B89B18;
}
</style>
background-color css
<style>
a { background-color: #B89B18; }
a { background-color: rgb(184,155,24); }
div.DivClassName
{
background-color: #B89B18;
}
.BgClassName
{
background-color: #B89B18;
}
</style>
border-color css
<style>
span { border-color: #B89B18; }
span { border-color: rgb(184,155,24); }
td.TdClassName
{
border-color: #B89B18;
}
.TagClassName
{
border-color: #B89B18;
}
</style>