#B18F6E

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

Shades of Mongoose #B18F6E

Tints of Mongoose #B18F6E

Color information

#B18F6E (or 0xB18F6E) is unknown color: approx Mongoose. HEX triplet: B1, 8F and 6E. RGB value is (177,143,110). Sum of RGB (Red+Green+Blue) = 177+143+110=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F6E is #4E7091. Grayscale: #959595. Windows color (decimal): -5140626 or 7245745. OLE color: 7245745.

HSL color Cylindrical-coordinate representation of color #B18F6E: hue angle of 29.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18F6E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177143110-
CMYK00.190.380.31
HSL29.55º30.04%56.27%-
HSV(B)29.55º37.85%69.41%-
XYZ30.7730.1218.94-
YUV149.4105.76147.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=41.16%
G=33.26%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714311000.190.380.3129.5530.0456.27
HexB18F6E013261F1e1e38
Octal2612171560234637363670
Binary10110001100011111101110010011100110111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F6E; }

 p { color: rgb(177,143,110); }

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

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

 a { background-color: rgb(177,143,110); }

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

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

 span { border-color: rgb(177,143,110); }

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