#BBAB68

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

Shades of Gimblet #BBAB68

Tints of Gimblet #BBAB68

Color information

#BBAB68 (or 0xBBAB68) is unknown color: approx Gimblet. HEX triplet: BB, AB and 68. RGB value is (187,171,104). Sum of RGB (Red+Green+Blue) = 187+171+104=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB68 is #445497. Grayscale: #A8A8A8. Windows color (decimal): -4478104 or 6859707. OLE color: 6859707.

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

Color convert

RGB187171104-
CMYK00.090.440.27
HSL48.43º37.9%57.06%-
HSV(B)48.43º44.39%73.33%-
XYZ37.5640.6918.97-
YUV168.1591.8141.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 104 (41.02% from 255) = 22.51%
R=40.48%
G=37.01%
B=22.51%

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
Decimal18717110400.090.440.2748.4337.957.06
HexBBAB68092C1B302639
Octal2732531500115433604671
Binary101110111010101111010000100110110011011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB68; }

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

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

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

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

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

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

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

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