#B6785B

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

Shades of Medium Wood #B6785B

Tints of Medium Wood #B6785B

Color information

#B6785B (or 0xB6785B) is unknown color: approx Medium Wood. HEX triplet: B6, 78 and 5B. RGB value is (182,120,91). Sum of RGB (Red+Green+Blue) = 182+120+91=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6785B is #4987A4. Grayscale: #878787. Windows color (decimal): -4818853 or 5994678. OLE color: 5994678.

HSL color Cylindrical-coordinate representation of color #B6785B: hue angle of 19.12º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6785B is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18212091-
CMYK00.340.50.29
HSL19.12º38.4%53.53%-
HSV(B)19.12º50%71.37%-
XYZ27.924.1313.09-
YUV135.23103.04161.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=46.31%
G=30.53%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821209100.340.50.2919.1238.453.53
HexB6785B022321D132636
Octal2661701330426235234666
Binary101101101111000101101101000101100101110110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6785B; }

 p { color: rgb(182,120,91); }

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

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

 a { background-color: rgb(182,120,91); }

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

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

 span { border-color: rgb(182,120,91); }

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