#BBA000

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

Shades of Buddha Gold #BBA000

Tints of Buddha Gold #BBA000

Color information

#BBA000 (or 0xBBA000) is unknown color: approx Buddha Gold. HEX triplet: BB, A0 and 00. RGB value is (187,160,0). Sum of RGB (Red+Green+Blue) = 187+160+0=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA000 is #445FFF. Grayscale: #969696. Windows color (decimal): -4481024 or 41147. OLE color: 41147.

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

Color convert

RGB1871600-
CMYK00.1410.27
HSL51.34º100%36.67%-
HSV(B)51.34º100%73.33%-
XYZ33.0635.715.15-
YUV149.8343.45154.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.89%
G=46.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187160000.1410.2751.3410036.67
HexBBA000E641B336425
Octal2732400016144336314445
Binary10111011101000000011101100100110111100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA000; }

 p { color: rgb(187,160,0); }

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

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

 a { background-color: rgb(187,160,0); }

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

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

 span { border-color: rgb(187,160,0); }

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