#BBAC6D

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

Shades of Gimblet #BBAC6D

Tints of Gimblet #BBAC6D

Color information

#BBAC6D (or 0xBBAC6D) is unknown color: approx Gimblet. HEX triplet: BB, AC and 6D. RGB value is (187,172,109). Sum of RGB (Red+Green+Blue) = 187+172+109=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC6D is #445392. Grayscale: #A9A9A9. Windows color (decimal): -4477843 or 7187643. OLE color: 7187643.

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

Color convert

RGB187172109-
CMYK00.080.420.27
HSL48.46º36.45%58.04%-
HSV(B)48.46º41.71%73.33%-
XYZ38.0141.1720.41-
YUV169.393.97140.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=39.96%
G=36.75%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717210900.080.420.2748.4636.4558.04
HexBBAC6D082A1B30243a
Octal2732541550105233604472
Binary101110111010110011011010100010101011011110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC6D; }

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

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

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

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

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

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

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

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