Shades of Buddha Gold #B7A01B
Tints of Buddha Gold #B7A01B
RGB
CMYK
RGB Variations
Color information
#B7A01B (or 0xB7A01B) is known color: Buddha Gold. HEX triplet: B7, A0 and 1B. RGB value is (183,160,27). Sum of RGB (Red+Green+Blue) = 183+160+27=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A01B is #485FE4. Grayscale: #989898. Windows color (decimal): -4743141 or 1810615. OLE color: 1810615.
HSL color Cylindrical-coordinate representation of color #B7A01B: hue angle of 51.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7A01B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 27 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.28 |
| HSL | 51.15º | 0.74% | 0.41% | - |
| HSV(B) | 51.15º | 0.85% | 0.72% | - |
| XYZ | 32.3 | 35.29 | 6.15 | - |
| YUV | 151.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 27 | 0 | 0.13 | 0.85 | 0.28 | 51.15 | 0.74 | 0.41 |
| Hex | B7 | A0 | 1B | 0 | D | 55 | 1C | 33 | 4A | 29 |
| Octal | 267 | 240 | 33 | 0 | 15 | 125 | 34 | 63 | 112 | 51 |
| Binary | 10110111 | 10100000 | 11011 | 0 | 1101 | 1010101 | 11100 | 110011 | 1001010 | 101001 |
Color Harmonies of #B7A01B
Complementary color
Monochromatic Colors of #B7A01B
Black with #B7A01B
Text Example
Text Example
White with #B7A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A01B; }
p { color: rgb(183,160,27); }
H1.HeaderClassName
{
color: #B7A01B;
}
.AnyTagClassName
{
color: #B7A01B;
}
</style>
background-color css
<style>
a { background-color: #B7A01B; }
a { background-color: rgb(183,160,27); }
div.DivClassName
{
background-color: #B7A01B;
}
.BgClassName
{
background-color: #B7A01B;
}
</style>
border-color css
<style>
span { border-color: #B7A01B; }
span { border-color: rgb(183,160,27); }
td.TdClassName
{
border-color: #B7A01B;
}
.TagClassName
{
border-color: #B7A01B;
}
</style>