#B08C66

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

Shades of Mongoose #B08C66

Tints of Mongoose #B08C66

Color information

#B08C66 (or 0xB08C66) is unknown color: approx Mongoose. HEX triplet: B0, 8C and 66. RGB value is (176,140,102). Sum of RGB (Red+Green+Blue) = 176+140+102=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C66 is #4F7399. Grayscale: #929292. Windows color (decimal): -5206938 or 6720688. OLE color: 6720688.

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

Color convert

RGB176140102-
CMYK00.200.420.31
HSL30.81º31.9%54.51%-
HSV(B)30.81º42.05%69.02%-
XYZ29.6828.9516.59-
YUV146.43102.93149.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=42.11%
G=33.49%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614010200.200.420.3130.8131.954.51
HexB08C660142A1F1f2037
Octal2602141460245237374067
Binary101100001000110011001100101001010101111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C66; }

 p { color: rgb(176,140,102); }

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

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

 a { background-color: rgb(176,140,102); }

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

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

 span { border-color: rgb(176,140,102); }

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