#B09068

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

Shades of Mongoose #B09068

Tints of Mongoose #B09068

Color information

#B09068 (or 0xB09068) is unknown color: approx Mongoose. HEX triplet: B0, 90 and 68. RGB value is (176,144,104). Sum of RGB (Red+Green+Blue) = 176+144+104=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09068 is #4F6F97. Grayscale: #959595. Windows color (decimal): -5205912 or 6852784. OLE color: 6852784.

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

Color convert

RGB176144104-
CMYK00.180.410.31
HSL33.33º31.3%54.9%-
HSV(B)33.33º40.91%69.02%-
XYZ30.3830.1817.32-
YUV149.01102.6147.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 104 (41.02% from 255) = 24.53%
R=41.51%
G=33.96%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614410400.180.410.3133.3331.354.9
HexB09068012291F211f37
Octal2602201500225137413767
Binary101100001001000011010000100101010011111110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09068; }

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

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

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

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

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

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

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

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