#B6A20A

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

Shades of Buddha Gold #B6A20A

Tints of Buddha Gold #B6A20A

Color information

#B6A20A (or 0xB6A20A) is unknown color: approx Buddha Gold. HEX triplet: B6, A2 and 0A. RGB value is (182,162,10). Sum of RGB (Red+Green+Blue) = 182+162+10=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A20A is #495DF5. Grayscale: #979797. Windows color (decimal): -4808182 or 697014. OLE color: 697014.

HSL color Cylindrical-coordinate representation of color #B6A20A: hue angle of 53.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6A20A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB18216210-
CMYK00.110.950.29
HSL53.02º89.58%37.65%-
HSV(B)53.02º94.51%71.37%-
XYZ32.2735.815.5-
YUV150.6548.63150.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=51.41%
G=45.76%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821621000.110.950.2953.0289.5837.65
HexB6A2A0B5F1D355a26
Octal26624212013137356513246
Binary10110110101000101010010111011111111011101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A20A; }

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

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

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

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

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

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

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

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