#B2845D

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

Shades of Medium Wood #B2845D

Tints of Medium Wood #B2845D

Color information

#B2845D (or 0xB2845D) is unknown color: approx Medium Wood. HEX triplet: B2, 84 and 5D. RGB value is (178,132,93). Sum of RGB (Red+Green+Blue) = 178+132+93=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2845D is #4D7BA2. Grayscale: #8D8D8D. Windows color (decimal): -5077923 or 6128818. OLE color: 6128818.

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

Color convert

RGB17813293-
CMYK00.260.480.30
HSL27.53º35.56%53.14%-
HSV(B)27.53º47.75%69.8%-
XYZ28.5926.7614.01-
YUV141.31100.74154.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=44.17%
G=32.75%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781329300.260.480.3027.5335.5653.14
HexB2845D01A301E1c2435
Octal2622041350326036344465
Binary101100101000010010111010110101100001111011100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2845D; }

 p { color: rgb(178,132,93); }

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

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

 a { background-color: rgb(178,132,93); }

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

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

 span { border-color: rgb(178,132,93); }

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