#B7886C

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

Shades of Medium Wood #B7886C

Tints of Medium Wood #B7886C

Color information

#B7886C (or 0xB7886C) is unknown color: approx Medium Wood. HEX triplet: B7, 88 and 6C. RGB value is (183,136,108). Sum of RGB (Red+Green+Blue) = 183+136+108=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7886C is #487793. Grayscale: #939393. Windows color (decimal): -4749204 or 7112887. OLE color: 7112887.

HSL color Cylindrical-coordinate representation of color #B7886C: hue angle of 22.4º degrees, saturation: 0.34, 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 #B7886C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183136108-
CMYK00.260.410.28
HSL22.4º34.25%57.06%-
HSV(B)22.4º40.98%71.76%-
XYZ31.0428.7618.1-
YUV146.86106.07153.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=42.86%
G=31.85%
B=25.29%

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
Decimal18313610800.260.410.2822.434.2557.06
HexB7886C01A291C162239
Octal2672101540325134264271
Binary101101111000100011011000110101010011110010110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7886C; }

 p { color: rgb(183,136,108); }

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

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

 a { background-color: rgb(183,136,108); }

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

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

 span { border-color: rgb(183,136,108); }

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