#B28162

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

Shades of Medium Wood #B28162

Tints of Medium Wood #B28162

Color information

#B28162 (or 0xB28162) is unknown color: approx Medium Wood. HEX triplet: B2, 81 and 62. RGB value is (178,129,98). Sum of RGB (Red+Green+Blue) = 178+129+98=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28162 is #4D7E9D. Grayscale: #8C8C8C. Windows color (decimal): -5078686 or 6455730. OLE color: 6455730.

HSL color Cylindrical-coordinate representation of color #B28162: hue angle of 23.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28162 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17812998-
CMYK00.280.450.30
HSL23.25º34.19%54.12%-
HSV(B)23.25º44.94%69.8%-
XYZ28.4126.0515.09-
YUV140.12104.23155.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=43.95%
G=31.85%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781299800.280.450.3023.2534.1954.12
HexB2816201C2D1E172236
Octal2622011420345536274266
Binary101100101000000111000100111001011011111010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28162; }

 p { color: rgb(178,129,98); }

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

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

 a { background-color: rgb(178,129,98); }

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

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

 span { border-color: rgb(178,129,98); }

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