#B69A0C

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

Shades of Buddha Gold #B69A0C

Tints of Buddha Gold #B69A0C

Color information

#B69A0C (or 0xB69A0C) is unknown color: approx Buddha Gold. HEX triplet: B6, 9A and 0C. RGB value is (182,154,12). Sum of RGB (Red+Green+Blue) = 182+154+12=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69A0C is #4965F3. Grayscale: #929292. Windows color (decimal): -4810228 or 826038. OLE color: 826038.

HSL color Cylindrical-coordinate representation of color #B69A0C: hue angle of 50.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B69A0C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18215412-
CMYK00.150.930.29
HSL50.12º87.63%38.04%-
HSV(B)50.12º93.41%71.37%-
XYZ30.9133.085.1-
YUV146.1852.28153.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 12 (5.08% from 255) = 3.45%
R=52.30%
G=44.25%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821541200.150.930.2950.1287.6338.04
HexB69AC0F5D1D325826
Octal26623214017135356213046
Binary10110110100110101100011111011101111011100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A0C; }

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

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

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

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

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

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

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

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