#B4AB6A

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

Shades of Gimblet #B4AB6A

Tints of Gimblet #B4AB6A

Color information

#B4AB6A (or 0xB4AB6A) is unknown color: approx Gimblet. HEX triplet: B4, AB and 6A. RGB value is (180,171,106). Sum of RGB (Red+Green+Blue) = 180+171+106=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB6A is #4B5495. Grayscale: #A6A6A6. Windows color (decimal): -4936854 or 6990772. OLE color: 6990772.

HSL color Cylindrical-coordinate representation of color #B4AB6A: hue angle of 52.7º 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 #B4AB6A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180171106-
CMYK00.050.410.29
HSL52.7º33.04%56.08%-
HSV(B)52.7º41.11%70.59%-
XYZ35.9939.8719.43-
YUV166.2893.98137.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=39.39%
G=37.42%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017110600.050.410.2952.733.0456.08
HexB4AB6A05291D352138
Octal264253152055135654170
Binary10110100101010111101010010110100111101110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB6A; }

 p { color: rgb(180,171,106); }

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

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

 a { background-color: rgb(180,171,106); }

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

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

 span { border-color: rgb(180,171,106); }

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