#B1785B

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

Shades of Medium Wood #B1785B

Tints of Medium Wood #B1785B

Color information

#B1785B (or 0xB1785B) is unknown color: approx Medium Wood. HEX triplet: B1, 78 and 5B. RGB value is (177,120,91). Sum of RGB (Red+Green+Blue) = 177+120+91=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785B is #4E87A4. Grayscale: #858585. Windows color (decimal): -5146533 or 5994673. OLE color: 5994673.

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

Color convert

RGB17712091-
CMYK00.320.490.31
HSL20.23º35.54%52.55%-
HSV(B)20.23º48.59%69.41%-
XYZ26.7423.5413.03-
YUV133.74103.88158.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=45.62%
G=30.93%
B=23.45%

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
Decimal1771209100.320.490.3120.2335.5452.55
HexB1785B020311F142435
Octal2611701330406137244465
Binary101100011111000101101101000001100011111110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1785B; }

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

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

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

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

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

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

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

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