#B6AC5A

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

Shades of Gimblet #B6AC5A

Tints of Gimblet #B6AC5A

Color information

#B6AC5A (or 0xB6AC5A) is unknown color: approx Gimblet. HEX triplet: B6, AC and 5A. RGB value is (182,172,90). Sum of RGB (Red+Green+Blue) = 182+172+90=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC5A is #4953A5. Grayscale: #A5A5A5. Windows color (decimal): -4805542 or 5942454. OLE color: 5942454.

HSL color Cylindrical-coordinate representation of color #B6AC5A: hue angle of 53.48º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6AC5A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18217290-
CMYK00.050.510.29
HSL53.48º38.66%53.33%-
HSV(B)53.48º50.55%71.37%-
XYZ35.8940.1915.54-
YUV165.6485.31139.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=40.99%
G=38.74%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821729000.050.510.2953.4838.6653.33
HexB6AC5A05331D352735
Octal266254132056335654765
Binary10110110101011001011010010111001111101110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC5A; }

 p { color: rgb(182,172,90); }

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

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

 a { background-color: rgb(182,172,90); }

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

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

 span { border-color: rgb(182,172,90); }

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