#BBAB69

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

Shades of Gimblet #BBAB69

Tints of Gimblet #BBAB69

Color information

#BBAB69 (or 0xBBAB69) is unknown color: approx Gimblet. HEX triplet: BB, AB and 69. RGB value is (187,171,105). Sum of RGB (Red+Green+Blue) = 187+171+105=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB69 is #445496. Grayscale: #A8A8A8. Windows color (decimal): -4478103 or 6925243. OLE color: 6925243.

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

Color convert

RGB187171105-
CMYK00.090.440.27
HSL48.29º37.61%57.25%-
HSV(B)48.29º43.85%73.33%-
XYZ37.6140.7119.24-
YUV168.2692.3141.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=40.39%
G=36.93%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717110500.090.440.2748.2937.6157.25
HexBBAB69092C1B302639
Octal2732531510115433604671
Binary101110111010101111010010100110110011011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB69; }

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

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

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

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

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

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

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

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