#B9886B

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

Shades of Medium Wood #B9886B

Tints of Medium Wood #B9886B

Color information

#B9886B (or 0xB9886B) is unknown color: approx Medium Wood. HEX triplet: B9, 88 and 6B. RGB value is (185,136,107). Sum of RGB (Red+Green+Blue) = 185+136+107=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9886B is #467794. Grayscale: #939393. Windows color (decimal): -4618133 or 7047353. OLE color: 7047353.

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

Color convert

RGB185136107-
CMYK00.260.420.27
HSL22.31º35.78%57.25%-
HSV(B)22.31º42.16%72.55%-
XYZ31.4728.9817.85-
YUV147.34105.23154.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 107 (42.19% from 255) = 25%
R=43.22%
G=31.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513610700.260.420.2722.3135.7857.25
HexB9886B01A2A1B162439
Octal2712101530325233264471
Binary101110011000100011010110110101010101101110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9886B; }

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

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

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

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

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

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

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

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