#BBA603

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

Shades of Buddha Gold #BBA603

Tints of Buddha Gold #BBA603

Color information

#BBA603 (or 0xBBA603) is unknown color: approx Buddha Gold. HEX triplet: BB, A6 and 03. RGB value is (187,166,3). Sum of RGB (Red+Green+Blue) = 187+166+3=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA603 is #4459FC. Grayscale: #9A9A9A. Windows color (decimal): -4479485 or 239291. OLE color: 239291.

HSL color Cylindrical-coordinate representation of color #BBA603: hue angle of 53.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBA603 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1871663-
CMYK00.110.980.27
HSL53.15º96.84%37.25%-
HSV(B)53.15º98.4%73.33%-
XYZ34.1537.845.59-
YUV153.742.96151.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=52.53%
G=46.63%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187166300.110.980.2753.1596.8437.25
HexBBA630B621B356125
Octal2732463013142336514145
Binary101110111010011011010111100010110111101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA603; }

 p { color: rgb(187,166,3); }

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

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

 a { background-color: rgb(187,166,3); }

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

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

 span { border-color: rgb(187,166,3); }

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