#B1795A

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

Shades of Medium Wood #B1795A

Tints of Medium Wood #B1795A

Color information

#B1795A (or 0xB1795A) is unknown color: approx Medium Wood. HEX triplet: B1, 79 and 5A. RGB value is (177,121,90). Sum of RGB (Red+Green+Blue) = 177+121+90=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1795A is #4E86A5. Grayscale: #868686. Windows color (decimal): -5146278 or 5929393. OLE color: 5929393.

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

Color convert

RGB17712190-
CMYK00.320.490.31
HSL21.38º35.8%52.35%-
HSV(B)21.38º49.15%69.41%-
XYZ26.8123.7612.85-
YUV134.21103.05158.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=45.62%
G=31.19%
B=23.20%

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
Decimal1771219000.320.490.3121.3835.852.35
HexB1795A020311F152434
Octal2611711320406137254464
Binary101100011111001101101001000001100011111110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1795A; }

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

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

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

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

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

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

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

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