#B6A60B

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

Shades of Buddha Gold #B6A60B

Tints of Buddha Gold #B6A60B

Color information

#B6A60B (or 0xB6A60B) is unknown color: approx Buddha Gold. HEX triplet: B6, A6 and 0B. RGB value is (182,166,11). Sum of RGB (Red+Green+Blue) = 182+166+11=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A60B is #4959F4. Grayscale: #999999. Windows color (decimal): -4807157 or 763574. OLE color: 763574.

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

Color convert

RGB18216611-
CMYK00.090.940.29
HSL54.39º88.6%37.84%-
HSV(B)54.39º93.96%71.37%-
XYZ32.9937.245.77-
YUV153.1147.8148.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 166 (65.23% from 255) = 46.24%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=50.70%
G=46.24%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821661100.090.940.2954.3988.637.84
HexB6A6B095E1D365926
Octal26624613011136356613146
Binary10110110101001101011010011011110111011101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A60B; }

 p { color: rgb(182,166,11); }

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

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

 a { background-color: rgb(182,166,11); }

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

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

 span { border-color: rgb(182,166,11); }

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