#B18062

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

Shades of Medium Wood #B18062

Tints of Medium Wood #B18062

Color information

#B18062 (or 0xB18062) is unknown color: approx Medium Wood. HEX triplet: B1, 80 and 62. RGB value is (177,128,98). Sum of RGB (Red+Green+Blue) = 177+128+98=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18062 is #4E7F9D. Grayscale: #8B8B8B. Windows color (decimal): -5144478 or 6455473. OLE color: 6455473.

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

Color convert

RGB17712898-
CMYK00.280.450.31
HSL22.78º33.62%53.92%-
HSV(B)22.78º44.63%69.41%-
XYZ28.0625.6715.03-
YUV139.23104.73154.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=43.92%
G=31.76%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771289800.280.450.3122.7833.6253.92
HexB1806201C2D1F172236
Octal2612001420345537274266
Binary101100011000000011000100111001011011111110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18062; }

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

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

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

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

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

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

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

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