#B5AB6E

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

Shades of Gimblet #B5AB6E

Tints of Gimblet #B5AB6E

Color information

#B5AB6E (or 0xB5AB6E) is unknown color: approx Gimblet. HEX triplet: B5, AB and 6E. RGB value is (181,171,110). Sum of RGB (Red+Green+Blue) = 181+171+110=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB6E is #4A5491. Grayscale: #A7A7A7. Windows color (decimal): -4871314 or 7252917. OLE color: 7252917.

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

Color convert

RGB181171110-
CMYK00.060.390.29
HSL51.55º32.42%57.06%-
HSV(B)51.55º39.23%70.98%-
XYZ36.4340.0820.57-
YUV167.0495.81137.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=39.18%
G=37.01%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117111000.060.390.2951.5532.4257.06
HexB5AB6E06271D342039
Octal265253156064735644071
Binary10110101101010111101110011010011111101110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB6E; }

 p { color: rgb(181,171,110); }

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

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

 a { background-color: rgb(181,171,110); }

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

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

 span { border-color: rgb(181,171,110); }

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