#B28266

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

Shades of Medium Wood #B28266

Tints of Medium Wood #B28266

Color information

#B28266 (or 0xB28266) is unknown color: approx Medium Wood. HEX triplet: B2, 82 and 66. RGB value is (178,130,102). Sum of RGB (Red+Green+Blue) = 178+130+102=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28266 is #4D7D99. Grayscale: #8D8D8D. Windows color (decimal): -5078426 or 6718130. OLE color: 6718130.

HSL color Cylindrical-coordinate representation of color #B28266: hue angle of 22.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28266 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178130102-
CMYK00.270.430.30
HSL22.11º33.04%54.9%-
HSV(B)22.11º42.7%69.8%-
XYZ28.7426.3916.15-
YUV141.16105.9154.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=43.41%
G=31.71%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813010200.270.430.3022.1133.0454.9
HexB2826601B2B1E162137
Octal2622021460335336264167
Binary101100101000001011001100110111010111111010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28266; }

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

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

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

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

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

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

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

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