#B28268

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

Shades of Medium Wood #B28268

Tints of Medium Wood #B28268

Color information

#B28268 (or 0xB28268) is unknown color: approx Medium Wood. HEX triplet: B2, 82 and 68. RGB value is (178,130,104). Sum of RGB (Red+Green+Blue) = 178+130+104=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28268 is #4D7D97. Grayscale: #8D8D8D. Windows color (decimal): -5078424 or 6849202. OLE color: 6849202.

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

Color convert

RGB178130104-
CMYK00.270.420.30
HSL21.08º32.46%55.29%-
HSV(B)21.08º41.57%69.8%-
XYZ28.8426.4316.68-
YUV141.39106.9154.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=43.20%
G=31.55%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813010400.270.420.3021.0832.4655.29
HexB2826801B2A1E152037
Octal2622021500335236254067
Binary101100101000001011010000110111010101111010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28268; }

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

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

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

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

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

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

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

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