#bba665

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

Shades of Gimblet #BBA665

Tints of Gimblet #BBA665

Color information

#BBA665 (or 0xBBA665) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 65. RGB value is (187,166,101). Sum of RGB (Red+Green+Blue) = 187+166+101=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA665 is #44599A. Grayscale: #A5A5A5. Windows color (decimal): -4479387 or 6661819. OLE color: 6661819.

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

Color convert

RGB187166101-
CMYK00.110.460.27
HSL45.35º38.74%56.47%-
HSV(B)45.35º45.99%73.33%-
XYZ36.4838.7817.87-
YUV164.8791.96143.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=41.19%
G=36.56%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716610100.110.460.2745.3538.7456.47
HexBBA6650B2E1B2d2738
Octal2732461450135633554770
Binary101110111010011011001010101110111011011101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba665; }

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

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

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

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

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

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

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

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