#B8AB6B

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

Shades of Gimblet #B8AB6B

Tints of Gimblet #B8AB6B

Color information

#B8AB6B (or 0xB8AB6B) is unknown color: approx Gimblet. HEX triplet: B8, AB and 6B. RGB value is (184,171,107). Sum of RGB (Red+Green+Blue) = 184+171+107=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6B is #475494. Grayscale: #A7A7A7. Windows color (decimal): -4674709 or 7056312. OLE color: 7056312.

HSL color Cylindrical-coordinate representation of color #B8AB6B: hue angle of 49.87º 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 #B8AB6B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184171107-
CMYK00.070.420.28
HSL49.87º35.16%57.06%-
HSV(B)49.87º41.85%72.16%-
XYZ36.9840.3819.75-
YUV167.5993.81139.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=39.83%
G=37.01%
B=23.16%

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
Decimal18417110700.070.420.2849.8735.1657.06
HexB8AB6B072A1C322339
Octal270253153075234624371
Binary10111000101010111101011011110101011100110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB6B; }

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

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

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

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

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

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

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

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