#B69F1A

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

Shades of Buddha Gold #B69F1A

Tints of Buddha Gold #B69F1A

Color information

#B69F1A (or 0xB69F1A) is unknown color: approx Buddha Gold. HEX triplet: B6, 9F and 1A. RGB value is (182,159,26). Sum of RGB (Red+Green+Blue) = 182+159+26=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69F1A is #4960E5. Grayscale: #979797. Windows color (decimal): -4808934 or 1744822. OLE color: 1744822.

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

Color convert

RGB18215926-
CMYK00.130.860.29
HSL51.15º75%40.78%-
HSV(B)51.15º85.71%71.37%-
XYZ31.8834.826.02-
YUV150.7257.62150.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=49.59%
G=43.32%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821592600.130.860.2951.157540.78
HexB69F1A0D561D334b29
Octal26623732015126356311351
Binary101101101001111111010011011010110111011100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F1A; }

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

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

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

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

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

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

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

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