#BB9918

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

Shades of Buddha Gold #BB9918

Tints of Buddha Gold #BB9918

Color information

#BB9918 (or 0xBB9918) is unknown color: approx Buddha Gold. HEX triplet: BB, 99 and 18. RGB value is (187,153,24). Sum of RGB (Red+Green+Blue) = 187+153+24=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9918 is #4466E7. Grayscale: #959595. Windows color (decimal): -4482792 or 1612219. OLE color: 1612219.

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

Color convert

RGB18715324-
CMYK00.180.870.27
HSL47.48º77.25%41.37%-
HSV(B)47.48º87.17%73.33%-
XYZ32.0533.415.62-
YUV148.4657.76155.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 24 (9.77% from 255) = 6.59%
R=51.37%
G=42.03%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871532400.180.870.2747.4877.2541.37
HexBB9918012571B2f4d29
Octal27323130022127335711551
Binary1011101110011001110000100101010111110111011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9918; }

 p { color: rgb(187,153,24); }

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

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

 a { background-color: rgb(187,153,24); }

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

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

 span { border-color: rgb(187,153,24); }

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