#B6961A

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

Shades of Buddha Gold #B6961A

Tints of Buddha Gold #B6961A

Color information

#B6961A (or 0xB6961A) is unknown color: approx Buddha Gold. HEX triplet: B6, 96 and 1A. RGB value is (182,150,26). Sum of RGB (Red+Green+Blue) = 182+150+26=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6961A is #4969E5. Grayscale: #919191. Windows color (decimal): -4811238 or 1742518. OLE color: 1742518.

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

Color convert

RGB18215026-
CMYK00.180.860.29
HSL47.69º75%40.78%-
HSV(B)47.69º85.71%71.37%-
XYZ30.3831.835.52-
YUV145.4360.6154.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 26 (10.55% from 255) = 7.26%
R=50.84%
G=41.90%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821502600.180.860.2947.697540.78
HexB6961A012561D304b29
Octal26622632022126356011351
Binary1011011010010110110100100101010110111011100001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6961A; }

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

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

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

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

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

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

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

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