#B09271

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

Shades of Mongoose #B09271

Tints of Mongoose #B09271

Color information

#B09271 (or 0xB09271) is unknown color: approx Mongoose. HEX triplet: B0, 92 and 71. RGB value is (176,146,113). Sum of RGB (Red+Green+Blue) = 176+146+113=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B09271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09271 is #4F6D8E. Grayscale: #979797. Windows color (decimal): -5205391 or 7443120. OLE color: 7443120.

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

Color convert

RGB176146113-
CMYK00.170.360.31
HSL31.43º28.51%56.67%-
HSV(B)31.43º35.8%69.02%-
XYZ31.1630.9819.96-
YUV151.21106.44145.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=40.46%
G=33.56%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614611300.170.360.3131.4328.5156.67
HexB09271011241F1f1d39
Octal2602221610214437373571
Binary10110000100100101110001010001100100111111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09271; }

 p { color: rgb(176,146,113); }

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

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

 a { background-color: rgb(176,146,113); }

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

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

 span { border-color: rgb(176,146,113); }

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