#B2AB6C

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

Shades of Gimblet #B2AB6C

Tints of Gimblet #B2AB6C

Color information

#B2AB6C (or 0xB2AB6C) is unknown color: approx Gimblet. HEX triplet: B2, AB and 6C. RGB value is (178,171,108). Sum of RGB (Red+Green+Blue) = 178+171+108=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB6C is #4D5493. Grayscale: #A6A6A6. Windows color (decimal): -5067924 or 7121842. OLE color: 7121842.

HSL color Cylindrical-coordinate representation of color #B2AB6C: hue angle of 54º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2AB6C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178171108-
CMYK00.040.390.30
HSL54º31.25%56.08%-
HSV(B)54º39.33%69.8%-
XYZ35.6339.6719.97-
YUV165.9195.32136.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=38.95%
G=37.42%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817110800.040.390.305431.2556.08
HexB2AB6C04271E361f38
Octal262253154044736663770
Binary1011001010101011110110001001001111111011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB6C; }

 p { color: rgb(178,171,108); }

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

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

 a { background-color: rgb(178,171,108); }

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

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

 span { border-color: rgb(178,171,108); }

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