#B5AB6B

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

Shades of Gimblet #B5AB6B

Tints of Gimblet #B5AB6B

Color information

#B5AB6B (or 0xB5AB6B) is unknown color: approx Gimblet. HEX triplet: B5, AB and 6B. RGB value is (181,171,107). Sum of RGB (Red+Green+Blue) = 181+171+107=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB6B is #4A5494. Grayscale: #A6A6A6. Windows color (decimal): -4871317 or 7056309. OLE color: 7056309.

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

Color convert

RGB181171107-
CMYK00.060.410.29
HSL51.89º33.33%56.47%-
HSV(B)51.89º40.88%70.98%-
XYZ36.2740.0119.72-
YUV166.6994.31138.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=39.43%
G=37.25%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117110700.060.410.2951.8933.3356.47
HexB5AB6B06291D342138
Octal265253153065135644170
Binary10110101101010111101011011010100111101110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB6B; }

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

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

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

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

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

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

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

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