#B8896B

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

Shades of Medium Wood #B8896B

Tints of Medium Wood #B8896B

Color information

#B8896B (or 0xB8896B) is unknown color: approx Medium Wood. HEX triplet: B8, 89 and 6B. RGB value is (184,137,107). Sum of RGB (Red+Green+Blue) = 184+137+107=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896B is #477694. Grayscale: #939393. Windows color (decimal): -4683413 or 7047608. OLE color: 7047608.

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

Color convert

RGB184137107-
CMYK00.260.420.28
HSL23.38º35.16%57.06%-
HSV(B)23.38º41.85%72.16%-
XYZ31.3729.1417.88-
YUV147.63105.07153.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 107 (42.19% from 255) = 25%
R=42.99%
G=32.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413710700.260.420.2823.3835.1657.06
HexB8896B01A2A1C172339
Octal2702111530325234274371
Binary101110001000100111010110110101010101110010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8896B; }

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

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

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

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

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

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

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

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