#B08A6E

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

Shades of Mongoose #B08A6E

Tints of Mongoose #B08A6E

Color information

#B08A6E (or 0xB08A6E) is unknown color: approx Mongoose. HEX triplet: B0, 8A and 6E. RGB value is (176,138,110). Sum of RGB (Red+Green+Blue) = 176+138+110=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A6E is #4F7591. Grayscale: #929292. Windows color (decimal): -5207442 or 7244464. OLE color: 7244464.

HSL color Cylindrical-coordinate representation of color #B08A6E: hue angle of 25.45º degrees, saturation: 0.29, 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 #B08A6E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176138110-
CMYK00.220.370.31
HSL25.45º29.46%56.08%-
HSV(B)25.45º37.5%69.02%-
XYZ29.8128.5318.69-
YUV146.17107.59149.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=41.51%
G=32.55%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613811000.220.370.3125.4529.4656.08
HexB08A6E016251F191d38
Octal2602121560264537313570
Binary10110000100010101101110010110100101111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A6E; }

 p { color: rgb(176,138,110); }

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

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

 a { background-color: rgb(176,138,110); }

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

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

 span { border-color: rgb(176,138,110); }

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