#BB9616

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

Shades of Buddha Gold #BB9616

Tints of Buddha Gold #BB9616

Color information

#BB9616 (or 0xBB9616) is unknown color: approx Buddha Gold. HEX triplet: BB, 96 and 16. RGB value is (187,150,22). Sum of RGB (Red+Green+Blue) = 187+150+22=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9616 is #4469E9. Grayscale: #939393. Windows color (decimal): -4483562 or 1480379. OLE color: 1480379.

HSL color Cylindrical-coordinate representation of color #BB9616: hue angle of 46.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB9616 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18715022-
CMYK00.200.880.27
HSL46.55º78.95%40.98%-
HSV(B)46.55º88.24%73.33%-
XYZ31.5432.445.36-
YUV146.4757.76156.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 22 (8.98% from 255) = 6.13%
R=52.09%
G=41.78%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871502200.200.880.2746.5578.9540.98
HexBB9616014581B2f4f29
Octal27322626024130335711751
Binary1011101110010110101100101001011000110111011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9616; }

 p { color: rgb(187,150,22); }

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

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

 a { background-color: rgb(187,150,22); }

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

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

 span { border-color: rgb(187,150,22); }

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