#BBA100

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

Shades of Buddha Gold #BBA100

Tints of Buddha Gold #BBA100

Color information

#BBA100 (or 0xBBA100) is unknown color: approx Buddha Gold. HEX triplet: BB, A1 and 00. RGB value is (187,161,0). Sum of RGB (Red+Green+Blue) = 187+161+0=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA100 is #445EFF. Grayscale: #979797. Windows color (decimal): -4480768 or 41403. OLE color: 41403.

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

Color convert

RGB1871610-
CMYK00.1410.27
HSL51.66º100%36.67%-
HSV(B)51.66º100%73.33%-
XYZ33.2436.055.21-
YUV150.4243.11154.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.74%
G=46.26%
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
Decimal187161000.1410.2751.6610036.67
HexBBA100E641B346425
Octal2732410016144336414445
Binary10111011101000010011101100100110111101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA100; }

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

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

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

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

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

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

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

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