#B7A315

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

Shades of Buddha Gold #B7A315

Tints of Buddha Gold #B7A315

Color information

#B7A315 (or 0xB7A315) is unknown color: approx Buddha Gold. HEX triplet: B7, A3 and 15. RGB value is (183,163,21). Sum of RGB (Red+Green+Blue) = 183+163+21=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A315 is #485CEA. Grayscale: #999999. Windows color (decimal): -4742379 or 1418167. OLE color: 1418167.

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

Color convert

RGB18316321-
CMYK00.110.890.28
HSL52.59º79.41%40%-
HSV(B)52.59º88.52%71.76%-
XYZ32.7636.325.99-
YUV152.7953.63149.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=49.86%
G=44.41%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831632100.110.890.2852.5979.4140
HexB7A3150B591C354f28
Octal26724325013131346511750
Binary101101111010001110101010111011001111001101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A315; }

 p { color: rgb(183,163,21); }

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

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

 a { background-color: rgb(183,163,21); }

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

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

 span { border-color: rgb(183,163,21); }

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