#B18862

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

Shades of Medium Wood #B18862

Tints of Medium Wood #B18862

Color information

#B18862 (or 0xB18862) is unknown color: approx Medium Wood. HEX triplet: B1, 88 and 62. RGB value is (177,136,98). Sum of RGB (Red+Green+Blue) = 177+136+98=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B18862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18862 is #4E779D. Grayscale: #909090. Windows color (decimal): -5142430 or 6457521. OLE color: 6457521.

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

Color convert

RGB17713698-
CMYK00.230.450.31
HSL28.86º33.62%53.92%-
HSV(B)28.86º44.63%69.41%-
XYZ29.1427.8415.39-
YUV143.93102.08151.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=43.07%
G=33.09%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771369800.230.450.3128.8633.6253.92
HexB188620172D1F1d2236
Octal2612101420275537354266
Binary101100011000100011000100101111011011111111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18862; }

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

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

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

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

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

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

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

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