#BBAC68

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

Shades of Gimblet #BBAC68

Tints of Gimblet #BBAC68

Color information

#BBAC68 (or 0xBBAC68) is unknown color: approx Gimblet. HEX triplet: BB, AC and 68. RGB value is (187,172,104). Sum of RGB (Red+Green+Blue) = 187+172+104=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC68 is #445397. Grayscale: #A9A9A9. Windows color (decimal): -4477848 or 6859963. OLE color: 6859963.

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

Color convert

RGB187172104-
CMYK00.080.440.27
HSL49.16º37.9%57.06%-
HSV(B)49.16º44.39%73.33%-
XYZ37.7441.0719.03-
YUV168.7391.47141.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=40.39%
G=37.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717210400.080.440.2749.1637.957.06
HexBBAC68082C1B312639
Octal2732541500105433614671
Binary101110111010110011010000100010110011011110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC68; }

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

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

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

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

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

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

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

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