#B18662

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

Shades of Medium Wood #B18662

Tints of Medium Wood #B18662

Color information

#B18662 (or 0xB18662) is unknown color: approx Medium Wood. HEX triplet: B1, 86 and 62. RGB value is (177,134,98). Sum of RGB (Red+Green+Blue) = 177+134+98=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18662 is #4E799D. Grayscale: #8E8E8E. Windows color (decimal): -5142942 or 6457009. OLE color: 6457009.

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

Color convert

RGB17713498-
CMYK00.240.450.31
HSL27.34º33.62%53.92%-
HSV(B)27.34º44.63%69.41%-
XYZ28.8627.2815.3-
YUV142.75102.75152.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=43.28%
G=32.76%
B=23.96%

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
Decimal1771349800.240.450.3127.3433.6253.92
HexB186620182D1F1b2236
Octal2612061420305537334266
Binary101100011000011011000100110001011011111111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18662; }

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

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

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

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

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

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

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

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