#B8AB6A

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

Shades of Gimblet #B8AB6A

Tints of Gimblet #B8AB6A

Color information

#B8AB6A (or 0xB8AB6A) is unknown color: approx Gimblet. HEX triplet: B8, AB and 6A. RGB value is (184,171,106). Sum of RGB (Red+Green+Blue) = 184+171+106=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6A is #475495. Grayscale: #A7A7A7. Windows color (decimal): -4674710 or 6990776. OLE color: 6990776.

HSL color Cylindrical-coordinate representation of color #B8AB6A: hue angle of 50º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8AB6A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184171106-
CMYK00.070.420.28
HSL50º35.45%56.86%-
HSV(B)50º42.39%72.16%-
XYZ36.9340.3619.48-
YUV167.4893.31139.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=39.91%
G=37.09%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417110600.070.420.285035.4556.86
HexB8AB6A072A1C322339
Octal270253152075234624371
Binary10111000101010111101010011110101011100110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB6A; }

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

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

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

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

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

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

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

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