#B18D6D

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

Shades of Mongoose #B18D6D

Tints of Mongoose #B18D6D

Color information

#B18D6D (or 0xB18D6D) is unknown color: approx Mongoose. HEX triplet: B1, 8D and 6D. RGB value is (177,141,109). Sum of RGB (Red+Green+Blue) = 177+141+109=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D6D is #4E7292. Grayscale: #949494. Windows color (decimal): -5141139 or 7179697. OLE color: 7179697.

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

Color convert

RGB177141109-
CMYK00.200.380.31
HSL28.24º30.36%56.08%-
HSV(B)28.24º38.42%69.41%-
XYZ30.4229.518.56-
YUV148.12105.93148.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=41.45%
G=33.02%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714110900.200.380.3128.2430.3656.08
HexB18D6D014261F1c1e38
Octal2612151550244637343670
Binary10110001100011011101101010100100110111111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D6D; }

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

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

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

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

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

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

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

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