#B17A5E

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

Shades of Medium Wood #B17A5E

Tints of Medium Wood #B17A5E

Color information

#B17A5E (or 0xB17A5E) is unknown color: approx Medium Wood. HEX triplet: B1, 7A and 5E. RGB value is (177,122,94). Sum of RGB (Red+Green+Blue) = 177+122+94=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A5E is #4E85A1. Grayscale: #878787. Windows color (decimal): -5146018 or 6191793. OLE color: 6191793.

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

Color convert

RGB17712294-
CMYK00.310.470.31
HSL20.24º34.73%53.14%-
HSV(B)20.24º46.89%69.41%-
XYZ27.1124.0713.81-
YUV135.25104.72157.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=45.04%
G=31.04%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771229400.310.470.3120.2434.7353.14
HexB17A5E01F2F1F142335
Octal2611721360375737244365
Binary10110001111101010111100111111011111111110100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A5E; }

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

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

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

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

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

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

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

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