Shades of Buddha Gold #B89F0C
Tints of Buddha Gold #B89F0C
RGB
CMYK
RGB Variations
Color information
#B89F0C (or 0xB89F0C) is known color: Buddha Gold. HEX triplet: B8, 9F and 0C. RGB value is (184,159,12). Sum of RGB (Red+Green+Blue) = 184+159+12=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89F0C is #4760F3. Grayscale: #969696. Windows color (decimal): -4677876 or 827320. OLE color: 827320.
HSL color Cylindrical-coordinate representation of color #B89F0C: hue angle of 51.28º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B89F0C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.28 |
| HSL | 51.28º | 0.88% | 0.38% | - |
| HSV(B) | 51.28º | 0.93% | 0.72% | - |
| XYZ | 32.23 | 35.01 | 5.41 | - |
| YUV | 149.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 12 | 0 | 0.14 | 0.93 | 0.28 | 51.28 | 0.88 | 0.38 |
| Hex | B8 | 9F | C | 0 | E | 5D | 1C | 33 | 58 | 26 |
| Octal | 270 | 237 | 14 | 0 | 16 | 135 | 34 | 63 | 130 | 46 |
| Binary | 10111000 | 10011111 | 1100 | 0 | 1110 | 1011101 | 11100 | 110011 | 1011000 | 100110 |
Color Harmonies of #B89F0C
Complementary color
Monochromatic Colors of #B89F0C
Black with #B89F0C
Text Example
Text Example
White with #B89F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F0C; }
p { color: rgb(184,159,12); }
H1.HeaderClassName
{
color: #B89F0C;
}
.AnyTagClassName
{
color: #B89F0C;
}
</style>
background-color css
<style>
a { background-color: #B89F0C; }
a { background-color: rgb(184,159,12); }
div.DivClassName
{
background-color: #B89F0C;
}
.BgClassName
{
background-color: #B89F0C;
}
</style>
border-color css
<style>
span { border-color: #B89F0C; }
span { border-color: rgb(184,159,12); }
td.TdClassName
{
border-color: #B89F0C;
}
.TagClassName
{
border-color: #B89F0C;
}
</style>