#B1866E

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

Shades of Medium Wood #B1866E

Tints of Medium Wood #B1866E

Color information

#B1866E (or 0xB1866E) is unknown color: approx Medium Wood. HEX triplet: B1, 86 and 6E. RGB value is (177,134,110). Sum of RGB (Red+Green+Blue) = 177+134+110=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1866E is #4E7991. Grayscale: #909090. Windows color (decimal): -5142930 or 7243441. OLE color: 7243441.

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

Color convert

RGB177134110-
CMYK00.240.380.31
HSL21.49º30.04%56.27%-
HSV(B)21.49º37.85%69.41%-
XYZ29.4727.5218.51-
YUV144.12108.75151.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=42.04%
G=31.83%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713411000.240.380.3121.4930.0456.27
HexB1866E018261F151e38
Octal2612061560304637253670
Binary10110001100001101101110011000100110111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1866E; }

 p { color: rgb(177,134,110); }

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

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

 a { background-color: rgb(177,134,110); }

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

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

 span { border-color: rgb(177,134,110); }

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