#B18360

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

Shades of Medium Wood #B18360

Tints of Medium Wood #B18360

Color information

#B18360 (or 0xB18360) is unknown color: approx Medium Wood. HEX triplet: B1, 83 and 60. RGB value is (177,131,96). Sum of RGB (Red+Green+Blue) = 177+131+96=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B18360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18360 is #4E7C9F. Grayscale: #8C8C8C. Windows color (decimal): -5143712 or 6325169. OLE color: 6325169.

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

Color convert

RGB17713196-
CMYK00.260.460.31
HSL25.93º34.18%53.53%-
HSV(B)25.93º45.76%69.41%-
XYZ28.3626.4214.67-
YUV140.76102.74153.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=43.81%
G=32.43%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771319600.260.460.3125.9334.1853.53
HexB1836001A2E1F1a2236
Octal2612031400325637324266
Binary101100011000001111000000110101011101111111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18360; }

 p { color: rgb(177,131,96); }

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

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

 a { background-color: rgb(177,131,96); }

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

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

 span { border-color: rgb(177,131,96); }

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