#B3AC5D

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

Shades of Gimblet #B3AC5D

Tints of Gimblet #B3AC5D

Color information

#B3AC5D (or 0xB3AC5D) is unknown color: approx Gimblet. HEX triplet: B3, AC and 5D. RGB value is (179,172,93). Sum of RGB (Red+Green+Blue) = 179+172+93=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC5D is #4C53A2. Grayscale: #A5A5A5. Windows color (decimal): -5002147 or 6139059. OLE color: 6139059.

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

Color convert

RGB17917293-
CMYK00.040.480.30
HSL55.12º36.13%53.33%-
HSV(B)55.12º48.04%70.2%-
XYZ35.3239.8816.19-
YUV165.0987.32137.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=40.32%
G=38.74%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791729300.040.480.3055.1236.1353.33
HexB3AC5D04301E372435
Octal263254135046036674465
Binary10110011101011001011101010011000011110110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC5D; }

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

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

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

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

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

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

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

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