#B4785B

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

Shades of Medium Wood #B4785B

Tints of Medium Wood #B4785B

Color information

#B4785B (or 0xB4785B) is unknown color: approx Medium Wood. HEX triplet: B4, 78 and 5B. RGB value is (180,120,91). Sum of RGB (Red+Green+Blue) = 180+120+91=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4785B is #4B87A4. Grayscale: #868686. Windows color (decimal): -4949925 or 5994676. OLE color: 5994676.

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

Color convert

RGB18012091-
CMYK00.330.490.29
HSL19.55º37.24%53.14%-
HSV(B)19.55º49.44%70.59%-
XYZ27.4323.8913.06-
YUV134.63103.38160.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=46.04%
G=30.69%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801209100.330.490.2919.5537.2453.14
HexB4785B021311D142535
Octal2641701330416135244565
Binary101101001111000101101101000011100011110110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4785B; }

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

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

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

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

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

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

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

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