#B69A12

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

Shades of Buddha Gold #B69A12

Tints of Buddha Gold #B69A12

Color information

#B69A12 (or 0xB69A12) is unknown color: approx Buddha Gold. HEX triplet: B6, 9A and 12. RGB value is (182,154,18). Sum of RGB (Red+Green+Blue) = 182+154+18=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69A12 is #4965ED. Grayscale: #939393. Windows color (decimal): -4810222 or 1219254. OLE color: 1219254.

HSL color Cylindrical-coordinate representation of color #B69A12: hue angle of 49.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B69A12 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18215418-
CMYK00.150.900.29
HSL49.76º82%39.22%-
HSV(B)49.76º90.11%71.37%-
XYZ30.9633.15.33-
YUV146.8755.28153.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 18 (7.42% from 255) = 5.08%
R=51.41%
G=43.50%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821541800.150.900.2949.768239.22
HexB69A120F5A1D325227
Octal26623222017132356212247
Binary101101101001101010010011111011010111011100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A12; }

 p { color: rgb(182,154,18); }

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

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

 a { background-color: rgb(182,154,18); }

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

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

 span { border-color: rgb(182,154,18); }

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