#B0785A

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

Shades of Medium Wood #B0785A

Tints of Medium Wood #B0785A

Color information

#B0785A (or 0xB0785A) is unknown color: approx Medium Wood. HEX triplet: B0, 78 and 5A. RGB value is (176,120,90). Sum of RGB (Red+Green+Blue) = 176+120+90=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785A is #4F87A5. Grayscale: #858585. Windows color (decimal): -5212070 or 5929136. OLE color: 5929136.

HSL color Cylindrical-coordinate representation of color #B0785A: hue angle of 20.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0785A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17612090-
CMYK00.320.490.31
HSL20.93º35.25%52.16%-
HSV(B)20.93º48.86%69.02%-
XYZ26.4723.412.79-
YUV133.32103.55158.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=45.60%
G=31.09%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761209000.320.490.3120.9335.2552.16
HexB0785A020311F152334
Octal2601701320406137254364
Binary101100001111000101101001000001100011111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0785A; }

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

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

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

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

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

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

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

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