#BBA66D

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

Shades of Gimblet #BBA66D

Tints of Gimblet #BBA66D

Color information

#BBA66D (or 0xBBA66D) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 6D. RGB value is (187,166,109). Sum of RGB (Red+Green+Blue) = 187+166+109=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA66D is #445992. Grayscale: #A6A6A6. Windows color (decimal): -4479379 or 7186107. OLE color: 7186107.

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

Color convert

RGB187166109-
CMYK00.110.420.27
HSL43.85º36.45%58.04%-
HSV(B)43.85º41.71%73.33%-
XYZ36.8938.9420.04-
YUV165.7895.96143.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=40.48%
G=35.93%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716610900.110.420.2743.8536.4558.04
HexBBA66D0B2A1B2c243a
Octal2732461550135233544472
Binary101110111010011011011010101110101011011101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA66D; }

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

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

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

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

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

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

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

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