#B18263

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

Shades of Medium Wood #B18263

Tints of Medium Wood #B18263

Color information

#B18263 (or 0xB18263) is unknown color: approx Medium Wood. HEX triplet: B1, 82 and 63. RGB value is (177,130,99). Sum of RGB (Red+Green+Blue) = 177+130+99=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18263 is #4E7D9C. Grayscale: #8C8C8C. Windows color (decimal): -5143965 or 6521521. OLE color: 6521521.

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

Color convert

RGB17713099-
CMYK00.270.440.31
HSL23.85º33.33%54.12%-
HSV(B)23.85º44.07%69.41%-
XYZ28.3726.2115.37-
YUV140.52104.57154.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=43.60%
G=32.02%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771309900.270.440.3123.8533.3354.12
HexB1826301B2C1F182136
Octal2612021430335437304166
Binary101100011000001011000110110111011001111111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18263; }

 p { color: rgb(177,130,99); }

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

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

 a { background-color: rgb(177,130,99); }

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

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

 span { border-color: rgb(177,130,99); }

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