#B5896A

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

Shades of Medium Wood #B5896A

Tints of Medium Wood #B5896A

Color information

#B5896A (or 0xB5896A) is unknown color: approx Medium Wood. HEX triplet: B5, 89 and 6A. RGB value is (181,137,106). Sum of RGB (Red+Green+Blue) = 181+137+106=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5896A is #4A7695. Grayscale: #929292. Windows color (decimal): -4880022 or 6982069. OLE color: 6982069.

HSL color Cylindrical-coordinate representation of color #B5896A: hue angle of 24.8º 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 #B5896A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181137106-
CMYK00.240.410.29
HSL24.8º33.63%56.27%-
HSV(B)24.8º41.44%70.98%-
XYZ30.628.7617.57-
YUV146.62105.08152.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 106 (41.80% from 255) = 25%
R=42.69%
G=32.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113710600.240.410.2924.833.6356.27
HexB5896A018291D192238
Octal2652111520305135314270
Binary101101011000100111010100110001010011110111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5896A; }

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

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

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

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

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

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

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

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