#B1795E

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

Shades of Medium Wood #B1795E

Tints of Medium Wood #B1795E

Color information

#B1795E (or 0xB1795E) is unknown color: approx Medium Wood. HEX triplet: B1, 79 and 5E. RGB value is (177,121,94). Sum of RGB (Red+Green+Blue) = 177+121+94=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1795E is #4E86A1. Grayscale: #868686. Windows color (decimal): -5146274 or 6191537. OLE color: 6191537.

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

Color convert

RGB17712194-
CMYK00.320.470.31
HSL19.52º34.73%53.14%-
HSV(B)19.52º46.89%69.41%-
XYZ26.9923.8313.77-
YUV134.67105.05158.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=45.15%
G=30.87%
B=23.98%

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
Decimal1771219400.320.470.3119.5234.7353.14
HexB1795E0202F1F142335
Octal2611711360405737244365
Binary101100011111001101111001000001011111111110100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1795E; }

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

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

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

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

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

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

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

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