#B17A65

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

Shades of Medium Wood #B17A65

Tints of Medium Wood #B17A65

Color information

#B17A65 (or 0xB17A65) is unknown color: approx Medium Wood. HEX triplet: B1, 7A and 65. RGB value is (177,122,101). Sum of RGB (Red+Green+Blue) = 177+122+101=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A65 is #4E859A. Grayscale: #888888. Windows color (decimal): -5146011 or 6650545. OLE color: 6650545.

HSL color Cylindrical-coordinate representation of color #B17A65: hue angle of 16.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17A65 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB177122101-
CMYK00.310.430.31
HSL16.58º32.76%54.51%-
HSV(B)16.58º42.94%69.41%-
XYZ27.4424.2115.54-
YUV136.05108.22157.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=44.25%
G=30.5%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712210100.310.430.3116.5832.7654.51
HexB17A6501F2B1F112137
Octal2611721450375337214167
Binary10110001111101011001010111111010111111110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A65; }

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

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

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

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

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

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

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

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