Shades of Buddha Gold #B7A01C
Tints of Buddha Gold #B7A01C
RGB
CMYK
RGB Variations
Color information
#B7A01C (or 0xB7A01C) is known color: Buddha Gold. HEX triplet: B7, A0 and 1C. RGB value is (183,160,28). Sum of RGB (Red+Green+Blue) = 183+160+28=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A01C is #485FE3. Grayscale: #989898. Windows color (decimal): -4743140 or 1876151. OLE color: 1876151.
HSL color Cylindrical-coordinate representation of color #B7A01C: hue angle of 51.1º degrees, saturation: 0.73, 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 #B7A01C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.28 |
| HSL | 51.1º | 0.73% | 0.41% | - |
| HSV(B) | 51.1º | 0.85% | 0.72% | - |
| XYZ | 32.31 | 35.29 | 6.21 | - |
| YUV | 151.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 28 | 0 | 0.13 | 0.85 | 0.28 | 51.1 | 0.73 | 0.41 |
| Hex | B7 | A0 | 1C | 0 | D | 55 | 1C | 33 | 49 | 29 |
| Octal | 267 | 240 | 34 | 0 | 15 | 125 | 34 | 63 | 111 | 51 |
| Binary | 10110111 | 10100000 | 11100 | 0 | 1101 | 1010101 | 11100 | 110011 | 1001001 | 101001 |
Color Harmonies of #B7A01C
Complementary color
Monochromatic Colors of #B7A01C
Black with #B7A01C
Text Example
Text Example
White with #B7A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A01C; }
p { color: rgb(183,160,28); }
H1.HeaderClassName
{
color: #B7A01C;
}
.AnyTagClassName
{
color: #B7A01C;
}
</style>
background-color css
<style>
a { background-color: #B7A01C; }
a { background-color: rgb(183,160,28); }
div.DivClassName
{
background-color: #B7A01C;
}
.BgClassName
{
background-color: #B7A01C;
}
</style>
border-color css
<style>
span { border-color: #B7A01C; }
span { border-color: rgb(183,160,28); }
td.TdClassName
{
border-color: #B7A01C;
}
.TagClassName
{
border-color: #B7A01C;
}
</style>