#BB9416

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

Shades of Buddha Gold #BB9416

Tints of Buddha Gold #BB9416

Color information

#BB9416 (or 0xBB9416) is unknown color: approx Buddha Gold. HEX triplet: BB, 94 and 16. RGB value is (187,148,22). Sum of RGB (Red+Green+Blue) = 187+148+22=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9416 is #446BE9. Grayscale: #919191. Windows color (decimal): -4484074 or 1479867. OLE color: 1479867.

HSL color Cylindrical-coordinate representation of color #BB9416: hue angle of 45.82º 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 #BB9416 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18714822-
CMYK00.210.880.27
HSL45.82º78.95%40.98%-
HSV(B)45.82º88.24%73.33%-
XYZ31.2331.85.25-
YUV145.358.42157.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=52.38%
G=41.46%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871482200.210.880.2745.8278.9540.98
HexBB9416015581B2e4f29
Octal27322426025130335611751
Binary1011101110010100101100101011011000110111011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9416; }

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

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

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

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

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

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

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

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