#B38D69

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

Shades of Mongoose #B38D69

Tints of Mongoose #B38D69

Color information

#B38D69 (or 0xB38D69) is unknown color: approx Mongoose. HEX triplet: B3, 8D and 69. RGB value is (179,141,105). Sum of RGB (Red+Green+Blue) = 179+141+105=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D69 is #4C7296. Grayscale: #949494. Windows color (decimal): -5010071 or 6917555. OLE color: 6917555.

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

Color convert

RGB179141105-
CMYK00.210.410.30
HSL29.19º32.74%55.69%-
HSV(B)29.19º41.34%70.2%-
XYZ30.6729.6517.47-
YUV148.26103.59149.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=42.12%
G=33.18%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914110500.210.410.3029.1932.7455.69
HexB38D69015291E1d2138
Octal2632151510255136354170
Binary101100111000110111010010101011010011111011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D69; }

 p { color: rgb(179,141,105); }

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

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

 a { background-color: rgb(179,141,105); }

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

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

 span { border-color: rgb(179,141,105); }

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