#B8896C

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

Shades of Medium Wood #B8896C

Tints of Medium Wood #B8896C

Color information

#B8896C (or 0xB8896C) is unknown color: approx Medium Wood. HEX triplet: B8, 89 and 6C. RGB value is (184,137,108). Sum of RGB (Red+Green+Blue) = 184+137+108=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896C is #477693. Grayscale: #939393. Windows color (decimal): -4683412 or 7113144. OLE color: 7113144.

HSL color Cylindrical-coordinate representation of color #B8896C: hue angle of 22.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8896C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184137108-
CMYK00.260.410.28
HSL22.89º34.86%57.25%-
HSV(B)22.89º41.3%72.16%-
XYZ31.4229.1618.16-
YUV147.75105.57153.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=42.89%
G=31.93%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413710800.260.410.2822.8934.8657.25
HexB8896C01A291C172339
Octal2702111540325134274371
Binary101110001000100111011000110101010011110010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8896C; }

 p { color: rgb(184,137,108); }

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

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

 a { background-color: rgb(184,137,108); }

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

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

 span { border-color: rgb(184,137,108); }

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