#B6A46E

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

Shades of Gimblet #B6A46E

Tints of Gimblet #B6A46E

Color information

#B6A46E (or 0xB6A46E) is unknown color: approx Gimblet. HEX triplet: B6, A4 and 6E. RGB value is (182,164,110). Sum of RGB (Red+Green+Blue) = 182+164+110=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A46E is #495B91. Grayscale: #A3A3A3. Windows color (decimal): -4807570 or 7251126. OLE color: 7251126.

HSL color Cylindrical-coordinate representation of color #B6A46E: hue angle of 45º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A46E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182164110-
CMYK00.100.400.29
HSL45º33.03%57.25%-
HSV(B)45º39.56%71.37%-
XYZ35.3837.6220.15-
YUV163.2397.96141.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=39.91%
G=35.96%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216411000.100.400.294533.0357.25
HexB6A46E0A281D2d2139
Octal2662441560125035554171
Binary101101101010010011011100101010100011101101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A46E; }

 p { color: rgb(182,164,110); }

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

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

 a { background-color: rgb(182,164,110); }

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

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

 span { border-color: rgb(182,164,110); }

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