#B9896A

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

Shades of Medium Wood #B9896A

Tints of Medium Wood #B9896A

Color information

#B9896A (or 0xB9896A) is unknown color: approx Medium Wood. HEX triplet: B9, 89 and 6A. RGB value is (185,137,106). Sum of RGB (Red+Green+Blue) = 185+137+106=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9896A is #467695. Grayscale: #939393. Windows color (decimal): -4617878 or 6982073. OLE color: 6982073.

HSL color Cylindrical-coordinate representation of color #B9896A: hue angle of 23.54º 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 #B9896A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185137106-
CMYK00.260.430.27
HSL23.54º36.07%57.06%-
HSV(B)23.54º42.7%72.55%-
XYZ31.5529.2517.62-
YUV147.82104.4154.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=43.22%
G=32.01%
B=24.77%

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
Decimal18513710600.260.430.2723.5436.0757.06
HexB9896A01A2B1B182439
Octal2712111520325333304471
Binary101110011000100111010100110101010111101111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9896A; }

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

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

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

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

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

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

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

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