#B8AB6E

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

Shades of Gimblet #B8AB6E

Tints of Gimblet #B8AB6E

Color information

#B8AB6E (or 0xB8AB6E) is unknown color: approx Gimblet. HEX triplet: B8, AB and 6E. RGB value is (184,171,110). Sum of RGB (Red+Green+Blue) = 184+171+110=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6E is #475491. Grayscale: #A8A8A8. Windows color (decimal): -4674706 or 7252920. OLE color: 7252920.

HSL color Cylindrical-coordinate representation of color #B8AB6E: hue angle of 49.46º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8AB6E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184171110-
CMYK00.070.400.28
HSL49.46º34.26%57.65%-
HSV(B)49.46º40.22%72.16%-
XYZ37.1440.4420.6-
YUV167.9395.31139.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=39.57%
G=36.77%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417111000.070.400.2849.4634.2657.65
HexB8AB6E07281C31223a
Octal270253156075034614272
Binary10111000101010111101110011110100011100110001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB6E; }

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

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

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

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

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

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

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

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