#B18F6D

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

Shades of Mongoose #B18F6D

Tints of Mongoose #B18F6D

Color information

#B18F6D (or 0xB18F6D) is unknown color: approx Mongoose. HEX triplet: B1, 8F and 6D. RGB value is (177,143,109). Sum of RGB (Red+Green+Blue) = 177+143+109=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F6D is #4E7092. Grayscale: #959595. Windows color (decimal): -5140627 or 7180209. OLE color: 7180209.

HSL color Cylindrical-coordinate representation of color #B18F6D: hue angle of 30º 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 #B18F6D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177143109-
CMYK00.190.380.31
HSL30º30.36%56.08%-
HSV(B)30º38.42%69.41%-
XYZ30.7130.118.66-
YUV149.29105.26147.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=41.26%
G=33.33%
B=25.41%

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
Decimal17714310900.190.380.313030.3656.08
HexB18F6D013261F1e1e38
Octal2612171550234637363670
Binary10110001100011111101101010011100110111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F6D; }

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

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

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

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

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

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

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

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