Shades of Buddha Gold #B8961A
Tints of Buddha Gold #B8961A
RGB
CMYK
RGB Variations
Color information
#B8961A (or 0xB8961A) is known color: Buddha Gold. HEX triplet: B8, 96 and 1A. RGB value is (184,150,26). Sum of RGB (Red+Green+Blue) = 184+150+26=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8961A is #4769E5. Grayscale: #929292. Windows color (decimal): -4680166 or 1742520. OLE color: 1742520.
HSL color Cylindrical-coordinate representation of color #B8961A: hue angle of 47.09º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8961A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 26 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.28 |
| HSL | 47.09º | 0.75% | 0.41% | - |
| HSV(B) | 47.09º | 0.86% | 0.72% | - |
| XYZ | 30.86 | 32.08 | 5.54 | - |
| YUV | 146.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 26 | 0 | 0.18 | 0.86 | 0.28 | 47.09 | 0.75 | 0.41 |
| Hex | B8 | 96 | 1A | 0 | 12 | 56 | 1C | 2F | 4B | 29 |
| Octal | 270 | 226 | 32 | 0 | 22 | 126 | 34 | 57 | 113 | 51 |
| Binary | 10111000 | 10010110 | 11010 | 0 | 10010 | 1010110 | 11100 | 101111 | 1001011 | 101001 |
Color Harmonies of #B8961A
Complementary color
Monochromatic Colors of #B8961A
Black with #B8961A
Text Example
Text Example
White with #B8961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8961A; }
p { color: rgb(184,150,26); }
H1.HeaderClassName
{
color: #B8961A;
}
.AnyTagClassName
{
color: #B8961A;
}
</style>
background-color css
<style>
a { background-color: #B8961A; }
a { background-color: rgb(184,150,26); }
div.DivClassName
{
background-color: #B8961A;
}
.BgClassName
{
background-color: #B8961A;
}
</style>
border-color css
<style>
span { border-color: #B8961A; }
span { border-color: rgb(184,150,26); }
td.TdClassName
{
border-color: #B8961A;
}
.TagClassName
{
border-color: #B8961A;
}
</style>