#B08B69

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

Shades of Mongoose #B08B69

Tints of Mongoose #B08B69

Color information

#B08B69 (or 0xB08B69) is unknown color: approx Mongoose. HEX triplet: B0, 8B and 69. RGB value is (176,139,105). Sum of RGB (Red+Green+Blue) = 176+139+105=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B69 is #4F7496. Grayscale: #929292. Windows color (decimal): -5207191 or 6917040. OLE color: 6917040.

HSL color Cylindrical-coordinate representation of color #B08B69: hue angle of 28.73º 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 #B08B69 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176139105-
CMYK00.210.400.31
HSL28.73º31%55.1%-
HSV(B)28.73º40.34%69.02%-
XYZ29.6928.7217.34-
YUV146.19104.76149.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 105 (41.41% from 255) = 25%
R=41.90%
G=33.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613910500.210.400.3128.733155.1
HexB08B69015281F1d1f37
Octal2602131510255037353767
Binary10110000100010111101001010101101000111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B69; }

 p { color: rgb(176,139,105); }

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

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

 a { background-color: rgb(176,139,105); }

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

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

 span { border-color: rgb(176,139,105); }

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