#B4896B

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

Shades of Medium Wood #B4896B

Tints of Medium Wood #B4896B

Color information

#B4896B (or 0xB4896B) is unknown color: approx Medium Wood. HEX triplet: B4, 89 and 6B. RGB value is (180,137,107). Sum of RGB (Red+Green+Blue) = 180+137+107=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4896B is #4B7694. Grayscale: #929292. Windows color (decimal): -4945557 or 7047604. OLE color: 7047604.

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

Color convert

RGB180137107-
CMYK00.240.410.29
HSL24.66º32.74%56.27%-
HSV(B)24.66º40.56%70.59%-
XYZ30.4228.6617.84-
YUV146.44105.75151.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=42.45%
G=32.31%
B=25.24%

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
Decimal18013710700.240.410.2924.6632.7456.27
HexB4896B018291D192138
Octal2642111530305135314170
Binary101101001000100111010110110001010011110111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4896B; }

 p { color: rgb(180,137,107); }

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

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

 a { background-color: rgb(180,137,107); }

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

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

 span { border-color: rgb(180,137,107); }

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