#B08D68

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

Shades of Mongoose #B08D68

Tints of Mongoose #B08D68

Color information

#B08D68 (or 0xB08D68) is unknown color: approx Mongoose. HEX triplet: B0, 8D and 68. RGB value is (176,141,104). Sum of RGB (Red+Green+Blue) = 176+141+104=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D68 is #4F7297. Grayscale: #939393. Windows color (decimal): -5206680 or 6852016. OLE color: 6852016.

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

Color convert

RGB176141104-
CMYK00.200.410.31
HSL30.83º31.3%54.9%-
HSV(B)30.83º40.91%69.02%-
XYZ29.9329.2817.17-
YUV147.25103.6148.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=41.81%
G=33.49%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614110400.200.410.3130.8331.354.9
HexB08D68014291F1f1f37
Octal2602151500245137373767
Binary10110000100011011101000010100101001111111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D68; }

 p { color: rgb(176,141,104); }

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

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

 a { background-color: rgb(176,141,104); }

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

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

 span { border-color: rgb(176,141,104); }

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