#B18661

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

Shades of Medium Wood #B18661

Tints of Medium Wood #B18661

Color information

#B18661 (or 0xB18661) is unknown color: approx Medium Wood. HEX triplet: B1, 86 and 61. RGB value is (177,134,97). Sum of RGB (Red+Green+Blue) = 177+134+97=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18661 is #4E799E. Grayscale: #8E8E8E. Windows color (decimal): -5142943 or 6391473. OLE color: 6391473.

HSL color Cylindrical-coordinate representation of color #B18661: hue angle of 27.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18661 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17713497-
CMYK00.240.450.31
HSL27.75º33.9%53.73%-
HSV(B)27.75º45.2%69.41%-
XYZ28.8127.2615.05-
YUV142.64102.25152.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=43.38%
G=32.84%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771349700.240.450.3127.7533.953.73
HexB186610182D1F1c2236
Octal2612061410305537344266
Binary101100011000011011000010110001011011111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18661; }

 p { color: rgb(177,134,97); }

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

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

 a { background-color: rgb(177,134,97); }

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

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

 span { border-color: rgb(177,134,97); }

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