#B17B65

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

Shades of Medium Wood #B17B65

Tints of Medium Wood #B17B65

Color information

#B17B65 (or 0xB17B65) is unknown color: approx Medium Wood. HEX triplet: B1, 7B and 65. RGB value is (177,123,101). Sum of RGB (Red+Green+Blue) = 177+123+101=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B65 is #4E849A. Grayscale: #888888. Windows color (decimal): -5145755 or 6650801. OLE color: 6650801.

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

Color convert

RGB177123101-
CMYK00.310.430.31
HSL17.37º32.76%54.51%-
HSV(B)17.37º42.94%69.41%-
XYZ27.5624.4515.58-
YUV136.64107.89156.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=44.14%
G=30.67%
B=25.19%

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
Decimal17712310100.310.430.3117.3732.7654.51
HexB17B6501F2B1F112137
Octal2611731450375337214167
Binary10110001111101111001010111111010111111110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B65; }

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

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

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

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

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

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

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

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