#B7A010

Color #B7A010 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B7A010

Tints of Buddha Gold #B7A010

Color information

#B7A010 (or 0xB7A010) is unknown color: approx Buddha Gold. HEX triplet: B7, A0 and 10. RGB value is (183,160,16). Sum of RGB (Red+Green+Blue) = 183+160+16=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A010 is #485FEF. Grayscale: #979797. Windows color (decimal): -4743152 or 1089719. OLE color: 1089719.

HSL color Cylindrical-coordinate representation of color #B7A010: hue angle of 51.74º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7A010 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB18316016-
CMYK00.130.910.28
HSL51.74º83.92%39.02%-
HSV(B)51.74º91.26%71.76%-
XYZ32.1935.255.6-
YUV150.4652.12151.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 16 (6.64% from 255) = 4.46%
R=50.97%
G=44.57%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831601600.130.910.2851.7483.9239.02
HexB7A0100D5B1C345427
Octal26724020015133346412447
Binary101101111010000010000011011011011111001101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A010; }

 p { color: rgb(183,160,16); }

 H1.HeaderClassName
 {
   color: #B7A010;
 }
 .AnyTagClassName
 {
   color: #B7A010;
 }
</style>
background-color css

<style>
 a { background-color: #B7A010; }

 a { background-color: rgb(183,160,16); }

 div.DivClassName
 {
   background-color: #B7A010;
 }
 .BgClassName
 {
   background-color: #B7A010;
 }
</style>
border-color css

<style>
 span { border-color: #B7A010; }

 span { border-color: rgb(183,160,16); }

 td.TdClassName
 {
   border-color: #B7A010;
 }
 .TagClassName
 {
   border-color: #B7A010;
 }
</style>