#B6A314

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

Shades of Buddha Gold #B6A314

Tints of Buddha Gold #B6A314

Color information

#B6A314 (or 0xB6A314) is unknown color: approx Buddha Gold. HEX triplet: B6, A3 and 14. RGB value is (182,163,20). Sum of RGB (Red+Green+Blue) = 182+163+20=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A314 is #495CEB. Grayscale: #989898. Windows color (decimal): -4807916 or 1352630. OLE color: 1352630.

HSL color Cylindrical-coordinate representation of color #B6A314: hue angle of 52.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6A314 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18216320-
CMYK00.100.890.29
HSL52.96º80.2%39.61%-
HSV(B)52.96º89.01%71.37%-
XYZ32.5136.195.93-
YUV152.3853.29149.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=49.86%
G=44.66%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821632000.100.890.2952.9680.239.61
HexB6A3140A591D355028
Octal26624324012131356512050
Binary101101101010001110100010101011001111011101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A314; }

 p { color: rgb(182,163,20); }

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

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

 a { background-color: rgb(182,163,20); }

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

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

 span { border-color: rgb(182,163,20); }

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