#B9886A

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

Shades of Medium Wood #B9886A

Tints of Medium Wood #B9886A

Color information

#B9886A (or 0xB9886A) is unknown color: approx Medium Wood. HEX triplet: B9, 88 and 6A. RGB value is (185,136,106). Sum of RGB (Red+Green+Blue) = 185+136+106=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9886A is #467795. Grayscale: #939393. Windows color (decimal): -4618134 or 6981817. OLE color: 6981817.

HSL color Cylindrical-coordinate representation of color #B9886A: hue angle of 22.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9886A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185136106-
CMYK00.260.430.27
HSL22.78º36.07%57.06%-
HSV(B)22.78º42.7%72.55%-
XYZ31.4128.9617.57-
YUV147.23104.73154.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=43.33%
G=31.85%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513610600.260.430.2722.7836.0757.06
HexB9886A01A2B1B172439
Octal2712101520325333274471
Binary101110011000100011010100110101010111101110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9886A; }

 p { color: rgb(185,136,106); }

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

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

 a { background-color: rgb(185,136,106); }

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

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

 span { border-color: rgb(185,136,106); }

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