#BBAB6D

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

Shades of Gimblet #BBAB6D

Tints of Gimblet #BBAB6D

Color information

#BBAB6D (or 0xBBAB6D) is unknown color: approx Gimblet. HEX triplet: BB, AB and 6D. RGB value is (187,171,109). Sum of RGB (Red+Green+Blue) = 187+171+109=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6D is #445492. Grayscale: #A8A8A8. Windows color (decimal): -4478099 or 7187387. OLE color: 7187387.

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

Color convert

RGB187171109-
CMYK00.090.420.27
HSL47.69º36.45%58.04%-
HSV(B)47.69º41.71%73.33%-
XYZ37.8240.7920.35-
YUV168.7294.3141.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=40.04%
G=36.62%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717110900.090.420.2747.6936.4558.04
HexBBAB6D092A1B30243a
Octal2732531550115233604472
Binary101110111010101111011010100110101011011110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB6D; }

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

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

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

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

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

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

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

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