#B18266

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

Shades of Medium Wood #B18266

Tints of Medium Wood #B18266

Color information

#B18266 (or 0xB18266) is unknown color: approx Medium Wood. HEX triplet: B1, 82 and 66. RGB value is (177,130,102). Sum of RGB (Red+Green+Blue) = 177+130+102=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18266 is #4E7D99. Grayscale: #8D8D8D. Windows color (decimal): -5143962 or 6718129. OLE color: 6718129.

HSL color Cylindrical-coordinate representation of color #B18266: hue angle of 22.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18266 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177130102-
CMYK00.270.420.31
HSL22.4º32.47%54.71%-
HSV(B)22.4º42.37%69.41%-
XYZ28.5126.2716.14-
YUV140.86106.07153.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=43.28%
G=31.78%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713010200.270.420.3122.432.4754.71
HexB1826601B2A1F162037
Octal2612021460335237264067
Binary101100011000001011001100110111010101111110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18266; }

 p { color: rgb(177,130,102); }

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

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

 a { background-color: rgb(177,130,102); }

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

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

 span { border-color: rgb(177,130,102); }

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