#B6AB71

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

Shades of Gimblet #B6AB71

Tints of Gimblet #B6AB71

Color information

#B6AB71 (or 0xB6AB71) is unknown color: approx Gimblet. HEX triplet: B6, AB and 71. RGB value is (182,171,113). Sum of RGB (Red+Green+Blue) = 182+171+113=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB71 is #49548E. Grayscale: #A7A7A7. Windows color (decimal): -4805775 or 7449526. OLE color: 7449526.

HSL color Cylindrical-coordinate representation of color #B6AB71: hue angle of 50.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6AB71 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182171113-
CMYK00.060.380.29
HSL50.43º32.09%57.84%-
HSV(B)50.43º37.91%71.37%-
XYZ36.8340.2621.45-
YUV167.6897.14138.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=39.06%
G=36.70%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217111300.060.380.2950.4332.0957.84
HexB6AB7106261D32203a
Octal266253161064635624072
Binary10110110101010111110001011010011011101110010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB71; }

 p { color: rgb(182,171,113); }

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

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

 a { background-color: rgb(182,171,113); }

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

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

 span { border-color: rgb(182,171,113); }

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