#B38F6A

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

Shades of Mongoose #B38F6A

Tints of Mongoose #B38F6A

Color information

#B38F6A (or 0xB38F6A) is unknown color: approx Mongoose. HEX triplet: B3, 8F and 6A. RGB value is (179,143,106). Sum of RGB (Red+Green+Blue) = 179+143+106=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F6A is #4C7095. Grayscale: #959595. Windows color (decimal): -5009558 or 6983603. OLE color: 6983603.

HSL color Cylindrical-coordinate representation of color #B38F6A: hue angle of 30.41º degrees, saturation: 0.32, 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 #B38F6A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179143106-
CMYK00.200.410.30
HSL30.41º32.44%55.88%-
HSV(B)30.41º40.78%70.2%-
XYZ31.0130.2717.84-
YUV149.55103.43149.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=41.82%
G=33.41%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914310600.200.410.3030.4132.4455.88
HexB38F6A014291E1e2038
Octal2632171520245136364070
Binary101100111000111111010100101001010011111011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F6A; }

 p { color: rgb(179,143,106); }

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

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

 a { background-color: rgb(179,143,106); }

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

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

 span { border-color: rgb(179,143,106); }

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