Shades of Buddha Gold #B89D07
Tints of Buddha Gold #B89D07
RGB
CMYK
RGB Variations
Color information
#B89D07 (or 0xB89D07) is known color: Buddha Gold. HEX triplet: B8, 9D and 07. RGB value is (184,157,7). Sum of RGB (Red+Green+Blue) = 184+157+7=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D07 is #4762F8. Grayscale: #949494. Windows color (decimal): -4678393 or 499128. OLE color: 499128.
HSL color Cylindrical-coordinate representation of color #B89D07: hue angle of 50.85º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89D07 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.28 |
| HSL | 50.85º | 0.93% | 0.37% | - |
| HSV(B) | 50.85º | 0.96% | 0.72% | - |
| XYZ | 31.86 | 34.32 | 5.15 | - |
| YUV | 147.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 7 | 0 | 0.15 | 0.96 | 0.28 | 50.85 | 0.93 | 0.37 |
| Hex | B8 | 9D | 7 | 0 | F | 60 | 1C | 33 | 5D | 25 |
| Octal | 270 | 235 | 7 | 0 | 17 | 140 | 34 | 63 | 135 | 45 |
| Binary | 10111000 | 10011101 | 111 | 0 | 1111 | 1100000 | 11100 | 110011 | 1011101 | 100101 |
Color Harmonies of #B89D07
Complementary color
Monochromatic Colors of #B89D07
Black with #B89D07
Text Example
Text Example
White with #B89D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D07; }
p { color: rgb(184,157,7); }
H1.HeaderClassName
{
color: #B89D07;
}
.AnyTagClassName
{
color: #B89D07;
}
</style>
background-color css
<style>
a { background-color: #B89D07; }
a { background-color: rgb(184,157,7); }
div.DivClassName
{
background-color: #B89D07;
}
.BgClassName
{
background-color: #B89D07;
}
</style>
border-color css
<style>
span { border-color: #B89D07; }
span { border-color: rgb(184,157,7); }
td.TdClassName
{
border-color: #B89D07;
}
.TagClassName
{
border-color: #B89D07;
}
</style>