#B2855E

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

Shades of Medium Wood #B2855E

Tints of Medium Wood #B2855E

Color information

#B2855E (or 0xB2855E) is unknown color: approx Medium Wood. HEX triplet: B2, 85 and 5E. RGB value is (178,133,94). Sum of RGB (Red+Green+Blue) = 178+133+94=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2855E is #4D7AA1. Grayscale: #8E8E8E. Windows color (decimal): -5077666 or 6194610. OLE color: 6194610.

HSL color Cylindrical-coordinate representation of color #B2855E: hue angle of 27.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2855E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17813394-
CMYK00.250.470.30
HSL27.86º35.29%53.33%-
HSV(B)27.86º47.19%69.8%-
XYZ28.7727.0514.29-
YUV142.01100.91153.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=43.95%
G=32.84%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781339400.250.470.3027.8635.2953.33
HexB2855E0192F1E1c2335
Octal2622051360315736344365
Binary101100101000010110111100110011011111111011100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2855E; }

 p { color: rgb(178,133,94); }

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

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

 a { background-color: rgb(178,133,94); }

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

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

 span { border-color: rgb(178,133,94); }

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