#B6990B

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

Shades of Buddha Gold #B6990B

Tints of Buddha Gold #B6990B

Color information

#B6990B (or 0xB6990B) is unknown color: approx Buddha Gold. HEX triplet: B6, 99 and 0B. RGB value is (182,153,11). Sum of RGB (Red+Green+Blue) = 182+153+11=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6990B is #4966F4. Grayscale: #929292. Windows color (decimal): -4810485 or 760246. OLE color: 760246.

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

Color convert

RGB18215311-
CMYK00.160.940.29
HSL49.82º88.6%37.84%-
HSV(B)49.82º93.96%71.37%-
XYZ30.7432.755.02-
YUV145.4852.11154.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=52.60%
G=44.22%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821531100.160.940.2949.8288.637.84
HexB699B0105E1D325926
Octal26623113020136356213146
Binary101101101001100110110100001011110111011100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6990B; }

 p { color: rgb(182,153,11); }

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

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

 a { background-color: rgb(182,153,11); }

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

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

 span { border-color: rgb(182,153,11); }

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