#B6A308

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

Shades of Buddha Gold #B6A308

Tints of Buddha Gold #B6A308

Color information

#B6A308 (or 0xB6A308) is unknown color: approx Buddha Gold. HEX triplet: B6, A3 and 08. RGB value is (182,163,8). Sum of RGB (Red+Green+Blue) = 182+163+8=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A308 is #495CF7. Grayscale: #979797. Windows color (decimal): -4807928 or 566198. OLE color: 566198.

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

Color convert

RGB1821638-
CMYK00.100.960.29
HSL53.45º91.58%37.25%-
HSV(B)53.45º95.6%71.37%-
XYZ32.4336.165.5-
YUV151.0147.29150.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 163 (64.06% from 255) = 46.18%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=51.56%
G=46.18%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182163800.100.960.2953.4591.5837.25
HexB6A380A601D355c25
Octal26624310012140356513445
Binary10110110101000111000010101100000111011101011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A308; }

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

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

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

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

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

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

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

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