#B69D0C

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

Shades of Buddha Gold #B69D0C

Tints of Buddha Gold #B69D0C

Color information

#B69D0C (or 0xB69D0C) is unknown color: approx Buddha Gold. HEX triplet: B6, 9D and 0C. RGB value is (182,157,12). Sum of RGB (Red+Green+Blue) = 182+157+12=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69D0C is #4962F3. Grayscale: #949494. Windows color (decimal): -4809460 or 826806. OLE color: 826806.

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

Color convert

RGB18215712-
CMYK00.140.930.29
HSL51.18º87.63%38.04%-
HSV(B)51.18º93.41%71.37%-
XYZ31.4134.095.27-
YUV147.9451.28152.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 12 (5.08% from 255) = 3.42%
R=51.85%
G=44.73%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821571200.140.930.2951.1887.6338.04
HexB69DC0E5D1D335826
Octal26623514016135356313046
Binary10110110100111011100011101011101111011100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D0C; }

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

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

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

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

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

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

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

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