#B18259

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

Shades of Medium Wood #B18259

Tints of Medium Wood #B18259

Color information

#B18259 (or 0xB18259) is unknown color: approx Medium Wood. HEX triplet: B1, 82 and 59. RGB value is (177,130,89). Sum of RGB (Red+Green+Blue) = 177+130+89=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18259 is #4E7DA6. Grayscale: #8B8B8B. Windows color (decimal): -5143975 or 5866161. OLE color: 5866161.

HSL color Cylindrical-coordinate representation of color #B18259: hue angle of 27.95º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18259 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17713089-
CMYK00.270.500.31
HSL27.95º36.07%52.16%-
HSV(B)27.95º49.72%69.41%-
XYZ27.9226.0313-
YUV139.3899.57154.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=44.70%
G=32.83%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771308900.270.500.3127.9536.0752.16
HexB1825901B321F1c2434
Octal2612021310336237344464
Binary101100011000001010110010110111100101111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18259; }

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

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

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

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

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

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

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

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