#BBA400

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

Shades of Buddha Gold #BBA400

Tints of Buddha Gold #BBA400

Color information

#BBA400 (or 0xBBA400) is unknown color: approx Buddha Gold. HEX triplet: BB, A4 and 00. RGB value is (187,164,0). Sum of RGB (Red+Green+Blue) = 187+164+0=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA400 is #445BFF. Grayscale: #989898. Windows color (decimal): -4480000 or 42171. OLE color: 42171.

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

Color convert

RGB1871640-
CMYK00.1210.27
HSL52.62º100%36.67%-
HSV(B)52.62º100%73.33%-
XYZ33.7737.125.38-
YUV152.1842.12152.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.28%
G=46.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187164000.1210.2752.6210036.67
HexBBA400C641B356425
Octal2732440014144336514445
Binary10111011101001000011001100100110111101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA400; }

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

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

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

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

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

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

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

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