#B6981A

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

Shades of Buddha Gold #B6981A

Tints of Buddha Gold #B6981A

Color information

#B6981A (or 0xB6981A) is unknown color: approx Buddha Gold. HEX triplet: B6, 98 and 1A. RGB value is (182,152,26). Sum of RGB (Red+Green+Blue) = 182+152+26=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6981A is #4967E5. Grayscale: #939393. Windows color (decimal): -4810726 or 1743030. OLE color: 1743030.

HSL color Cylindrical-coordinate representation of color #B6981A: hue angle of 48.46º 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 #B6981A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18215226-
CMYK00.160.860.29
HSL48.46º75%40.78%-
HSV(B)48.46º85.71%71.37%-
XYZ30.7132.485.63-
YUV146.6159.94153.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 26 (10.55% from 255) = 7.22%
R=50.56%
G=42.22%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821522600.160.860.2948.467540.78
HexB6981A010561D304b29
Octal26623032020126356011351
Binary1011011010011000110100100001010110111011100001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6981A; }

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

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

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

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

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

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

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

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