#B6A01A

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

Shades of Buddha Gold #B6A01A

Tints of Buddha Gold #B6A01A

Color information

#B6A01A (or 0xB6A01A) is unknown color: approx Buddha Gold. HEX triplet: B6, A0 and 1A. RGB value is (182,160,26). Sum of RGB (Red+Green+Blue) = 182+160+26=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A01A is #495FE5. Grayscale: #979797. Windows color (decimal): -4808678 or 1745078. OLE color: 1745078.

HSL color Cylindrical-coordinate representation of color #B6A01A: hue angle of 51.54º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6A01A is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18216026-
CMYK00.120.860.29
HSL51.54º75%40.78%-
HSV(B)51.54º85.71%71.37%-
XYZ32.0535.166.07-
YUV151.357.29149.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=49.46%
G=43.48%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821602600.120.860.2951.547540.78
HexB6A01A0C561D344b29
Octal26624032014126356411351
Binary101101101010000011010011001010110111011101001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A01A; }

 p { color: rgb(182,160,26); }

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

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

 a { background-color: rgb(182,160,26); }

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

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

 span { border-color: rgb(182,160,26); }

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