#b0966f

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

Shades of Mongoose #B0966F

Tints of Mongoose #B0966F

Color information

#B0966F (or 0xB0966F) is unknown color: approx Mongoose. HEX triplet: B0, 96 and 6F. RGB value is (176,150,111). Sum of RGB (Red+Green+Blue) = 176+150+111=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0966F is #4F6990. Grayscale: #999999. Windows color (decimal): -5204369 or 7313072. OLE color: 7313072.

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

Color convert

RGB176150111-
CMYK00.150.370.31
HSL36º29.15%56.27%-
HSV(B)36º36.93%69.02%-
XYZ31.6832.1919.58-
YUV153.33104.11144.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=40.27%
G=34.32%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615011100.150.370.313629.1556.27
HexB0966F0F251F241d38
Octal2602261570174537443570
Binary10110000100101101101111011111001011111110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0966f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0966f; }

 p { color: rgb(176,150,111); }

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

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

 a { background-color: rgb(176,150,111); }

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

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

 span { border-color: rgb(176,150,111); }

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