#B7A216

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

Shades of Buddha Gold #B7A216

Tints of Buddha Gold #B7A216

Color information

#B7A216 (or 0xB7A216) is unknown color: approx Buddha Gold. HEX triplet: B7, A2 and 16. RGB value is (183,162,22). Sum of RGB (Red+Green+Blue) = 183+162+22=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A216 is #485DE9. Grayscale: #989898. Windows color (decimal): -4742634 or 1483447. OLE color: 1483447.

HSL color Cylindrical-coordinate representation of color #B7A216: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7A216 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18316222-
CMYK00.110.880.28
HSL52.17º78.54%40.2%-
HSV(B)52.17º87.98%71.76%-
XYZ32.5935.975.98-
YUV152.3254.46149.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=49.86%
G=44.14%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831622200.110.880.2852.1778.5440.2
HexB7A2160B581C344f28
Octal26724226013130346411750
Binary101101111010001010110010111011000111001101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A216; }

 p { color: rgb(183,162,22); }

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

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

 a { background-color: rgb(183,162,22); }

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

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

 span { border-color: rgb(183,162,22); }

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