#BBA410

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

Shades of Buddha Gold #BBA410

Tints of Buddha Gold #BBA410

Color information

#BBA410 (or 0xBBA410) is unknown color: approx Buddha Gold. HEX triplet: BB, A4 and 10. RGB value is (187,164,16). Sum of RGB (Red+Green+Blue) = 187+164+16=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA410 is #445BEF. Grayscale: #9A9A9A. Windows color (decimal): -4479984 or 1090747. OLE color: 1090747.

HSL color Cylindrical-coordinate representation of color #BBA410: hue angle of 51.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA410 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18716416-
CMYK00.120.910.27
HSL51.93º84.24%39.8%-
HSV(B)51.93º91.44%73.33%-
XYZ33.8637.155.88-
YUV15450.12151.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=50.95%
G=44.69%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871641600.120.910.2751.9384.2439.8
HexBBA4100C5B1B345428
Octal27324420014133336412450
Binary101110111010010010000011001011011110111101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA410; }

 p { color: rgb(187,164,16); }

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

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

 a { background-color: rgb(187,164,16); }

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

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

 span { border-color: rgb(187,164,16); }

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