#B1865D

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

Shades of Medium Wood #B1865D

Tints of Medium Wood #B1865D

Color information

#B1865D (or 0xB1865D) is unknown color: approx Medium Wood. HEX triplet: B1, 86 and 5D. RGB value is (177,134,93). Sum of RGB (Red+Green+Blue) = 177+134+93=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1865D is #4E79A2. Grayscale: #8E8E8E. Windows color (decimal): -5142947 or 6129329. OLE color: 6129329.

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

Color convert

RGB17713493-
CMYK00.240.470.31
HSL29.29º35%52.94%-
HSV(B)29.29º47.46%69.41%-
XYZ28.6327.1914.09-
YUV142.18100.25152.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=43.81%
G=33.17%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771349300.240.470.3129.293552.94
HexB1865D0182F1F1d2335
Octal2612061350305737354365
Binary101100011000011010111010110001011111111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1865D; }

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

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

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

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

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

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

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

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