#B6A01C

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

Shades of Buddha Gold #B6A01C

Tints of Buddha Gold #B6A01C

Color information

#B6A01C (or 0xB6A01C) is unknown color: approx Buddha Gold. HEX triplet: B6, A0 and 1C. RGB value is (182,160,28). Sum of RGB (Red+Green+Blue) = 182+160+28=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A01C is #495FE3. Grayscale: #989898. Windows color (decimal): -4808676 or 1876150. OLE color: 1876150.

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

Color convert

RGB18216028-
CMYK00.120.850.29
HSL51.43º73.33%41.18%-
HSV(B)51.43º84.62%71.37%-
XYZ32.0735.176.2-
YUV151.5358.29149.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=49.19%
G=43.24%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821602800.120.850.2951.4373.3341.18
HexB6A01C0C551D334929
Octal26624034014125356311151
Binary101101101010000011100011001010101111011100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A01C; }

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

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

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

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

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

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

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

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