#BBA669

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

Shades of Gimblet #BBA669

Tints of Gimblet #BBA669

Color information

#BBA669 (or 0xBBA669) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 69. RGB value is (187,166,105). Sum of RGB (Red+Green+Blue) = 187+166+105=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA669 is #445996. Grayscale: #A5A5A5. Windows color (decimal): -4479383 or 6923963. OLE color: 6923963.

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

Color convert

RGB187166105-
CMYK00.110.440.27
HSL44.63º37.61%57.25%-
HSV(B)44.63º43.85%73.33%-
XYZ36.6838.8618.93-
YUV165.3293.96143.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=40.83%
G=36.24%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716610500.110.440.2744.6337.6157.25
HexBBA6690B2C1B2d2639
Octal2732461510135433554671
Binary101110111010011011010010101110110011011101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA669; }

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

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

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

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

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

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

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

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