#B6886B

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

Shades of Medium Wood #B6886B

Tints of Medium Wood #B6886B

Color information

#B6886B (or 0xB6886B) is unknown color: approx Medium Wood. HEX triplet: B6, 88 and 6B. RGB value is (182,136,107). Sum of RGB (Red+Green+Blue) = 182+136+107=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6886B is #497794. Grayscale: #929292. Windows color (decimal): -4814741 or 7047350. OLE color: 7047350.

HSL color Cylindrical-coordinate representation of color #B6886B: hue angle of 23.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6886B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182136107-
CMYK00.250.410.29
HSL23.2º33.94%56.67%-
HSV(B)23.2º41.21%71.37%-
XYZ30.7528.6117.81-
YUV146.45105.74153.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=42.82%
G=32%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213610700.250.410.2923.233.9456.67
HexB6886B019291D172239
Octal2662101530315135274271
Binary101101101000100011010110110011010011110110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6886B; }

 p { color: rgb(182,136,107); }

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

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

 a { background-color: rgb(182,136,107); }

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

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

 span { border-color: rgb(182,136,107); }

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