#BBA757

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

Shades of Gimblet #BBA757

Tints of Gimblet #BBA757

Color information

#BBA757 (or 0xBBA757) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 57. RGB value is (187,167,87). Sum of RGB (Red+Green+Blue) = 187+167+87=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA757 is #4458A8. Grayscale: #A4A4A4. Windows color (decimal): -4479145 or 5744571. OLE color: 5744571.

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

Color convert

RGB18716787-
CMYK00.110.530.27
HSL48º42.37%53.73%-
HSV(B)48º53.48%73.33%-
XYZ36.0338.8914.62-
YUV163.8684.63144.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 87 (34.38% from 255) = 19.73%
R=42.40%
G=37.87%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871678700.110.530.274842.3753.73
HexBBA7570B351B302a36
Octal2732471270136533605266
Binary101110111010011110101110101111010111011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA757; }

 p { color: rgb(187,167,87); }

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

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

 a { background-color: rgb(187,167,87); }

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

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

 span { border-color: rgb(187,167,87); }

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