#B5866A

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

Shades of Medium Wood #B5866A

Tints of Medium Wood #B5866A

Color information

#B5866A (or 0xB5866A) is unknown color: approx Medium Wood. HEX triplet: B5, 86 and 6A. RGB value is (181,134,106). Sum of RGB (Red+Green+Blue) = 181+134+106=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866A is #4A7995. Grayscale: #919191. Windows color (decimal): -4880790 or 6981301. OLE color: 6981301.

HSL color Cylindrical-coordinate representation of color #B5866A: hue angle of 22.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5866A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181134106-
CMYK00.260.410.29
HSL22.4º33.63%56.27%-
HSV(B)22.4º41.44%70.98%-
XYZ30.1827.9117.43-
YUV144.86106.07153.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=42.99%
G=31.83%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113410600.260.410.2922.433.6356.27
HexB5866A01A291D162238
Octal2652061520325135264270
Binary101101011000011011010100110101010011110110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5866A; }

 p { color: rgb(181,134,106); }

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

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

 a { background-color: rgb(181,134,106); }

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

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

 span { border-color: rgb(181,134,106); }

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