#B18562

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

Shades of Medium Wood #B18562

Tints of Medium Wood #B18562

Color information

#B18562 (or 0xB18562) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 62. RGB value is (177,133,98). Sum of RGB (Red+Green+Blue) = 177+133+98=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18562 is #4E7A9D. Grayscale: #8E8E8E. Windows color (decimal): -5143198 or 6456753. OLE color: 6456753.

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

Color convert

RGB17713398-
CMYK00.250.450.31
HSL26.58º33.62%53.92%-
HSV(B)26.58º44.63%69.41%-
XYZ28.722715.25-
YUV142.17103.08152.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=43.38%
G=32.60%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771339800.250.450.3126.5833.6253.92
HexB185620192D1F1b2236
Octal2612051420315537334266
Binary101100011000010111000100110011011011111111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18562; }

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

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

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

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

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

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

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

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