#B2835D

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

Shades of Medium Wood #B2835D

Tints of Medium Wood #B2835D

Color information

#B2835D (or 0xB2835D) is unknown color: approx Medium Wood. HEX triplet: B2, 83 and 5D. RGB value is (178,131,93). Sum of RGB (Red+Green+Blue) = 178+131+93=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2835D is #4D7CA2. Grayscale: #8C8C8C. Windows color (decimal): -5078179 or 6128562. OLE color: 6128562.

HSL color Cylindrical-coordinate representation of color #B2835D: hue angle of 26.82º 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 #B2835D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17813193-
CMYK00.260.480.30
HSL26.82º35.56%53.14%-
HSV(B)26.82º47.75%69.8%-
XYZ28.4526.4913.97-
YUV140.72101.07154.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=44.28%
G=32.59%
B=23.13%

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
Decimal1781319300.260.480.3026.8235.5653.14
HexB2835D01A301E1b2435
Octal2622031350326036334465
Binary101100101000001110111010110101100001111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2835D; }

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

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

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

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

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

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

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

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