Shades of Buddha Gold #B8960B
Tints of Buddha Gold #B8960B
RGB
CMYK
RGB Variations
Color information
#B8960B (or 0xB8960B) is known color: Buddha Gold. HEX triplet: B8, 96 and 0B. RGB value is (184,150,11). Sum of RGB (Red+Green+Blue) = 184+150+11=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8960B is #4769F4. Grayscale: #909090. Windows color (decimal): -4680181 or 759480. OLE color: 759480.
HSL color Cylindrical-coordinate representation of color #B8960B: hue angle of 48.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8960B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.28 |
| HSL | 48.21º | 0.89% | 0.38% | - |
| HSV(B) | 48.21º | 0.94% | 0.72% | - |
| XYZ | 30.73 | 32.03 | 4.88 | - |
| YUV | 144.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 11 | 0 | 0.18 | 0.94 | 0.28 | 48.21 | 0.89 | 0.38 |
| Hex | B8 | 96 | B | 0 | 12 | 5E | 1C | 30 | 59 | 26 |
| Octal | 270 | 226 | 13 | 0 | 22 | 136 | 34 | 60 | 131 | 46 |
| Binary | 10111000 | 10010110 | 1011 | 0 | 10010 | 1011110 | 11100 | 110000 | 1011001 | 100110 |
Color Harmonies of #B8960B
Complementary color
Monochromatic Colors of #B8960B
Black with #B8960B
Text Example
Text Example
White with #B8960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8960B; }
p { color: rgb(184,150,11); }
H1.HeaderClassName
{
color: #B8960B;
}
.AnyTagClassName
{
color: #B8960B;
}
</style>
background-color css
<style>
a { background-color: #B8960B; }
a { background-color: rgb(184,150,11); }
div.DivClassName
{
background-color: #B8960B;
}
.BgClassName
{
background-color: #B8960B;
}
</style>
border-color css
<style>
span { border-color: #B8960B; }
span { border-color: rgb(184,150,11); }
td.TdClassName
{
border-color: #B8960B;
}
.TagClassName
{
border-color: #B8960B;
}
</style>