#B3896A

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

Shades of Medium Wood #B3896A

Tints of Medium Wood #B3896A

Color information

#B3896A (or 0xB3896A) is unknown color: approx Medium Wood. HEX triplet: B3, 89 and 6A. RGB value is (179,137,106). Sum of RGB (Red+Green+Blue) = 179+137+106=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3896A is #4C7695. Grayscale: #929292. Windows color (decimal): -5011094 or 6982067. OLE color: 6982067.

HSL color Cylindrical-coordinate representation of color #B3896A: hue angle of 25.48º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3896A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179137106-
CMYK00.230.410.30
HSL25.48º32.44%55.88%-
HSV(B)25.48º40.78%70.2%-
XYZ30.1428.5217.55-
YUV146.02105.41151.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=42.42%
G=32.46%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913710600.230.410.3025.4832.4455.88
HexB3896A017291E192038
Octal2632111520275136314070
Binary101100111000100111010100101111010011111011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3896A; }

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

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

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

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

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

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

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

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