#B08E6A

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

Shades of Mongoose #B08E6A

Tints of Mongoose #B08E6A

Color information

#B08E6A (or 0xB08E6A) is unknown color: approx Mongoose. HEX triplet: B0, 8E and 6A. RGB value is (176,142,106). Sum of RGB (Red+Green+Blue) = 176+142+106=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6A is #4F7195. Grayscale: #949494. Windows color (decimal): -5206422 or 6983344. OLE color: 6983344.

HSL color Cylindrical-coordinate representation of color #B08E6A: hue angle of 30.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08E6A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176142106-
CMYK00.190.400.31
HSL30.86º30.7%55.29%-
HSV(B)30.86º39.77%69.02%-
XYZ30.1829.6217.76-
YUV148.06104.26147.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 106 (41.80% from 255) = 25%
R=41.51%
G=33.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614210600.190.400.3130.8630.755.29
HexB08E6A013281F1f1f37
Octal2602161520235037373767
Binary10110000100011101101010010011101000111111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E6A; }

 p { color: rgb(176,142,106); }

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

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

 a { background-color: rgb(176,142,106); }

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

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

 span { border-color: rgb(176,142,106); }

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