#B6A46D

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

Shades of Gimblet #B6A46D

Tints of Gimblet #B6A46D

Color information

#B6A46D (or 0xB6A46D) is unknown color: approx Gimblet. HEX triplet: B6, A4 and 6D. RGB value is (182,164,109). Sum of RGB (Red+Green+Blue) = 182+164+109=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A46D is #495B92. Grayscale: #A3A3A3. Windows color (decimal): -4807571 or 7185590. OLE color: 7185590.

HSL color Cylindrical-coordinate representation of color #B6A46D: hue angle of 45.21º 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 #B6A46D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182164109-
CMYK00.100.400.29
HSL45.21º33.33%57.06%-
HSV(B)45.21º40.11%71.37%-
XYZ35.3337.619.86-
YUV163.1197.46141.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=40%
G=36.04%
B=23.96%

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
Decimal18216410900.100.400.2945.2133.3357.06
HexB6A46D0A281D2d2139
Octal2662441550125035554171
Binary101101101010010011011010101010100011101101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A46D; }

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

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

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

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

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

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

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

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