#B38B6C

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

Shades of Mongoose #B38B6C

Tints of Mongoose #B38B6C

Color information

#B38B6C (or 0xB38B6C) is unknown color: approx Mongoose. HEX triplet: B3, 8B and 6C. RGB value is (179,139,108). Sum of RGB (Red+Green+Blue) = 179+139+108=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B6C is #4C7493. Grayscale: #939393. Windows color (decimal): -5010580 or 7113651. OLE color: 7113651.

HSL color Cylindrical-coordinate representation of color #B38B6C: hue angle of 26.2º 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 #B38B6C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179139108-
CMYK00.220.400.30
HSL26.2º31.84%56.27%-
HSV(B)26.2º39.66%70.2%-
XYZ30.5329.1318.2-
YUV147.43105.75150.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=42.02%
G=32.63%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913910800.220.400.3026.231.8456.27
HexB38B6C016281E1a2038
Octal2632131540265036324070
Binary101100111000101111011000101101010001111011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B6C; }

 p { color: rgb(179,139,108); }

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

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

 a { background-color: rgb(179,139,108); }

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

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

 span { border-color: rgb(179,139,108); }

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