#BBAC65

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

Shades of Gimblet #BBAC65

Tints of Gimblet #BBAC65

Color information

#BBAC65 (or 0xBBAC65) is unknown color: approx Gimblet. HEX triplet: BB, AC and 65. RGB value is (187,172,101). Sum of RGB (Red+Green+Blue) = 187+172+101=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC65 is #44539A. Grayscale: #A8A8A8. Windows color (decimal): -4477851 or 6663355. OLE color: 6663355.

HSL color Cylindrical-coordinate representation of color #BBAC65: hue angle of 49.53º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBAC65 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB187172101-
CMYK00.080.460.27
HSL49.53º38.74%56.47%-
HSV(B)49.53º45.99%73.33%-
XYZ37.641.0118.25-
YUV168.3989.97141.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=40.65%
G=37.39%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717210100.080.460.2749.5338.7456.47
HexBBAC65082E1B322738
Octal2732541450105633624770
Binary101110111010110011001010100010111011011110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC65; }

 p { color: rgb(187,172,101); }

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

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

 a { background-color: rgb(187,172,101); }

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

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

 span { border-color: rgb(187,172,101); }

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