#B08A70

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

Shades of Mongoose #B08A70

Tints of Mongoose #B08A70

Color information

#B08A70 (or 0xB08A70) is unknown color: approx Mongoose. HEX triplet: B0, 8A and 70. RGB value is (176,138,112). Sum of RGB (Red+Green+Blue) = 176+138+112=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A70 is #4F758F. Grayscale: #929292. Windows color (decimal): -5207440 or 7375536. OLE color: 7375536.

HSL color Cylindrical-coordinate representation of color #B08A70: hue angle of 24.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08A70 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176138112-
CMYK00.220.360.31
HSL24.38º28.83%56.47%-
HSV(B)24.38º36.36%69.02%-
XYZ29.9228.5819.27-
YUV146.4108.59149.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=41.31%
G=32.39%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613811200.220.360.3124.3828.8356.47
HexB08A70016241F181d38
Octal2602121600264437303570
Binary10110000100010101110000010110100100111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A70; }

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

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

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

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

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

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

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

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