#B17A66

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

Shades of Medium Wood #B17A66

Tints of Medium Wood #B17A66

Color information

#B17A66 (or 0xB17A66) is unknown color: approx Medium Wood. HEX triplet: B1, 7A and 66. RGB value is (177,122,102). Sum of RGB (Red+Green+Blue) = 177+122+102=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A66 is #4E8599. Grayscale: #888888. Windows color (decimal): -5146010 or 6716081. OLE color: 6716081.

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

Color convert

RGB177122102-
CMYK00.310.420.31
HSL16º32.47%54.71%-
HSV(B)16º42.37%69.41%-
XYZ27.4924.2315.8-
YUV136.16108.72157.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=44.14%
G=30.42%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712210200.310.420.311632.4754.71
HexB17A6601F2A1F102037
Octal2611721460375237204067
Binary10110001111101011001100111111010101111110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A66; }

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

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

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

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

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

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

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

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