#B6A214

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

Shades of Buddha Gold #B6A214

Tints of Buddha Gold #B6A214

Color information

#B6A214 (or 0xB6A214) is unknown color: approx Buddha Gold. HEX triplet: B6, A2 and 14. RGB value is (182,162,20). Sum of RGB (Red+Green+Blue) = 182+162+20=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A214 is #495DEB. Grayscale: #989898. Windows color (decimal): -4808172 or 1352374. OLE color: 1352374.

HSL color Cylindrical-coordinate representation of color #B6A214: hue angle of 52.59º 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 #B6A214 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18216220-
CMYK00.110.890.29
HSL52.59º80.2%39.61%-
HSV(B)52.59º89.01%71.37%-
XYZ32.3435.845.87-
YUV151.7953.63149.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 20 (8.20% from 255) = 5.49%
R=50%
G=44.51%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821622000.110.890.2952.5980.239.61
HexB6A2140B591D355028
Octal26624224013131356512050
Binary101101101010001010100010111011001111011101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A214; }

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

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

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

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

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

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

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

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