#B2785A

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

Shades of Medium Wood #B2785A

Tints of Medium Wood #B2785A

Color information

#B2785A (or 0xB2785A) is unknown color: approx Medium Wood. HEX triplet: B2, 78 and 5A. RGB value is (178,120,90). Sum of RGB (Red+Green+Blue) = 178+120+90=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2785A is #4D87A5. Grayscale: #868686. Windows color (decimal): -5080998 or 5929138. OLE color: 5929138.

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

Color convert

RGB17812090-
CMYK00.330.490.30
HSL20.45º36.36%52.55%-
HSV(B)20.45º49.44%69.8%-
XYZ26.9223.6412.82-
YUV133.92103.22159.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=45.88%
G=30.93%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781209000.330.490.3020.4536.3652.55
HexB2785A021311E142435
Octal2621701320416136244465
Binary101100101111000101101001000011100011111010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2785A; }

 p { color: rgb(178,120,90); }

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

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

 a { background-color: rgb(178,120,90); }

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

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

 span { border-color: rgb(178,120,90); }

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