#BBA969

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

Shades of Gimblet #BBA969

Tints of Gimblet #BBA969

Color information

#BBA969 (or 0xBBA969) is unknown color: approx Gimblet. HEX triplet: BB, A9 and 69. RGB value is (187,169,105). Sum of RGB (Red+Green+Blue) = 187+169+105=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA969 is #445696. Grayscale: #A7A7A7. Windows color (decimal): -4478615 or 6924731. OLE color: 6924731.

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

Color convert

RGB187169105-
CMYK00.100.440.27
HSL46.83º37.61%57.25%-
HSV(B)46.83º43.85%73.33%-
XYZ37.2339.9619.12-
YUV167.0992.96142.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=40.56%
G=36.66%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716910500.100.440.2746.8337.6157.25
HexBBA9690A2C1B2f2639
Octal2732511510125433574671
Binary101110111010100111010010101010110011011101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA969; }

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

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

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

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

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

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

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

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