#B3AC6E

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

Shades of Gimblet #B3AC6E

Tints of Gimblet #B3AC6E

Color information

#B3AC6E (or 0xB3AC6E) is unknown color: approx Gimblet. HEX triplet: B3, AC and 6E. RGB value is (179,172,110). Sum of RGB (Red+Green+Blue) = 179+172+110=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC6E is #4C5391. Grayscale: #A7A7A7. Windows color (decimal): -5002130 or 7253171. OLE color: 7253171.

HSL color Cylindrical-coordinate representation of color #B3AC6E: hue angle of 53.91º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3AC6E is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179172110-
CMYK00.040.390.30
HSL53.91º31.22%56.67%-
HSV(B)53.91º38.55%70.2%-
XYZ36.1640.2120.61-
YUV167.0295.82136.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=38.83%
G=37.31%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917211000.040.390.3053.9131.2256.67
HexB3AC6E04271E361f39
Octal263254156044736663771
Binary1011001110101100110111001001001111111011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC6E; }

 p { color: rgb(179,172,110); }

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

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

 a { background-color: rgb(179,172,110); }

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

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

 span { border-color: rgb(179,172,110); }

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