#B5AB5E

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

Shades of Gimblet #B5AB5E

Tints of Gimblet #B5AB5E

Color information

#B5AB5E (or 0xB5AB5E) is unknown color: approx Gimblet. HEX triplet: B5, AB and 5E. RGB value is (181,171,94). Sum of RGB (Red+Green+Blue) = 181+171+94=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB5E is #4A54A1. Grayscale: #A5A5A5. Windows color (decimal): -4871330 or 6204341. OLE color: 6204341.

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

Color convert

RGB18117194-
CMYK00.060.480.29
HSL53.1º37.02%53.92%-
HSV(B)53.1º48.07%70.98%-
XYZ35.6439.7616.39-
YUV165.2187.81139.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=40.58%
G=38.34%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811719400.060.480.2953.137.0253.92
HexB5AB5E06301D352536
Octal265253136066035654566
Binary10110101101010111011110011011000011101110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB5E; }

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

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

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

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

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

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

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

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