#BBAC6F

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

Shades of Gimblet #BBAC6F

Tints of Gimblet #BBAC6F

Color information

#BBAC6F (or 0xBBAC6F) is unknown color: approx Gimblet. HEX triplet: BB, AC and 6F. RGB value is (187,172,111). Sum of RGB (Red+Green+Blue) = 187+172+111=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC6F is #445390. Grayscale: #A9A9A9. Windows color (decimal): -4477841 or 7318715. OLE color: 7318715.

HSL color Cylindrical-coordinate representation of color #BBAC6F: hue angle of 48.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBAC6F is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187172111-
CMYK00.080.410.27
HSL48.16º35.85%58.43%-
HSV(B)48.16º40.64%73.33%-
XYZ38.1241.2220.99-
YUV169.5394.97140.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=39.79%
G=36.60%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717211100.080.410.2748.1635.8558.43
HexBBAC6F08291B30243a
Octal2732541570105133604472
Binary101110111010110011011110100010100111011110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC6F; }

 p { color: rgb(187,172,111); }

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

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

 a { background-color: rgb(187,172,111); }

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

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

 span { border-color: rgb(187,172,111); }

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