#B1785E

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

Shades of Medium Wood #B1785E

Tints of Medium Wood #B1785E

Color information

#B1785E (or 0xB1785E) is unknown color: approx Medium Wood. HEX triplet: B1, 78 and 5E. RGB value is (177,120,94). Sum of RGB (Red+Green+Blue) = 177+120+94=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785E is #4E87A1. Grayscale: #868686. Windows color (decimal): -5146530 or 6191281. OLE color: 6191281.

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

Color convert

RGB17712094-
CMYK00.320.470.31
HSL18.8º34.73%53.14%-
HSV(B)18.8º46.89%69.41%-
XYZ26.8723.5913.73-
YUV134.08105.38158.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=45.27%
G=30.69%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771209400.320.470.3118.834.7353.14
HexB1785E0202F1F132335
Octal2611701360405737234365
Binary101100011111000101111001000001011111111110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1785E; }

 p { color: rgb(177,120,94); }

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

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

 a { background-color: rgb(177,120,94); }

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

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

 span { border-color: rgb(177,120,94); }

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