Shades of Buddha Gold #B7A11B
Tints of Buddha Gold #B7A11B
RGB
CMYK
RGB Variations
Color information
#B7A11B (or 0xB7A11B) is known color: Buddha Gold. HEX triplet: B7, A1 and 1B. RGB value is (183,161,27). Sum of RGB (Red+Green+Blue) = 183+161+27=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A11B is #485EE4. Grayscale: #989898. Windows color (decimal): -4742885 or 1810871. OLE color: 1810871.
HSL color Cylindrical-coordinate representation of color #B7A11B: hue angle of 51.54º 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 #B7A11B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 27 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.28 |
| HSL | 51.54º | 0.74% | 0.41% | - |
| HSV(B) | 51.54º | 0.85% | 0.72% | - |
| XYZ | 32.47 | 35.64 | 6.2 | - |
| YUV | 152.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 27 | 0 | 0.12 | 0.85 | 0.28 | 51.54 | 0.74 | 0.41 |
| Hex | B7 | A1 | 1B | 0 | C | 55 | 1C | 34 | 4A | 29 |
| Octal | 267 | 241 | 33 | 0 | 14 | 125 | 34 | 64 | 112 | 51 |
| Binary | 10110111 | 10100001 | 11011 | 0 | 1100 | 1010101 | 11100 | 110100 | 1001010 | 101001 |
Color Harmonies of #B7A11B
Complementary color
Monochromatic Colors of #B7A11B
Black with #B7A11B
Text Example
Text Example
White with #B7A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A11B; }
p { color: rgb(183,161,27); }
H1.HeaderClassName
{
color: #B7A11B;
}
.AnyTagClassName
{
color: #B7A11B;
}
</style>
background-color css
<style>
a { background-color: #B7A11B; }
a { background-color: rgb(183,161,27); }
div.DivClassName
{
background-color: #B7A11B;
}
.BgClassName
{
background-color: #B7A11B;
}
</style>
border-color css
<style>
span { border-color: #B7A11B; }
span { border-color: rgb(183,161,27); }
td.TdClassName
{
border-color: #B7A11B;
}
.TagClassName
{
border-color: #B7A11B;
}
</style>