#B1775B

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

Shades of Medium Wood #B1775B

Tints of Medium Wood #B1775B

Color information

#B1775B (or 0xB1775B) is unknown color: approx Medium Wood. HEX triplet: B1, 77 and 5B. RGB value is (177,119,91). Sum of RGB (Red+Green+Blue) = 177+119+91=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1775B is #4E88A4. Grayscale: #858585. Windows color (decimal): -5146789 or 5994417. OLE color: 5994417.

HSL color Cylindrical-coordinate representation of color #B1775B: hue angle of 19.53º 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 #B1775B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17711991-
CMYK00.330.490.31
HSL19.53º35.54%52.55%-
HSV(B)19.53º48.59%69.41%-
XYZ26.6223.312.99-
YUV133.15104.22159.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=45.74%
G=30.75%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771199100.330.490.3119.5335.5452.55
HexB1775B021311F142435
Octal2611671330416137244465
Binary101100011110111101101101000011100011111110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1775B; }

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

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

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

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

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

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

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

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