#B1795B

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

Shades of Medium Wood #B1795B

Tints of Medium Wood #B1795B

Color information

#B1795B (or 0xB1795B) is unknown color: approx Medium Wood. HEX triplet: B1, 79 and 5B. RGB value is (177,121,91). Sum of RGB (Red+Green+Blue) = 177+121+91=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1795B is #4E86A4. Grayscale: #868686. Windows color (decimal): -5146277 or 5994929. OLE color: 5994929.

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

Color convert

RGB17712191-
CMYK00.320.490.31
HSL20.93º35.54%52.55%-
HSV(B)20.93º48.59%69.41%-
XYZ26.8623.7813.07-
YUV134.32103.55158.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=45.50%
G=31.11%
B=23.39%

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
Decimal1771219100.320.490.3120.9335.5452.55
HexB1795B020311F152435
Octal2611711330406137254465
Binary101100011111001101101101000001100011111110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1795B; }

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

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

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

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

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

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

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

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