#B38E6B

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

Shades of Mongoose #B38E6B

Tints of Mongoose #B38E6B

Color information

#B38E6B (or 0xB38E6B) is unknown color: approx Mongoose. HEX triplet: B3, 8E and 6B. RGB value is (179,142,107). Sum of RGB (Red+Green+Blue) = 179+142+107=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E6B is #4C7194. Grayscale: #959595. Windows color (decimal): -5009813 or 7048883. OLE color: 7048883.

HSL color Cylindrical-coordinate representation of color #B38E6B: hue angle of 29.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38E6B is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179142107-
CMYK00.210.400.30
HSL29.17º32.14%56.08%-
HSV(B)29.17º40.22%70.2%-
XYZ30.9229.9918.07-
YUV149.07104.26149.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 107 (42.19% from 255) = 25%
R=41.82%
G=33.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914210700.210.400.3029.1732.1456.08
HexB38E6B015281E1d2038
Octal2632161530255036354070
Binary101100111000111011010110101011010001111011101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E6B; }

 p { color: rgb(179,142,107); }

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

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

 a { background-color: rgb(179,142,107); }

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

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

 span { border-color: rgb(179,142,107); }

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