#B18762

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

Shades of Medium Wood #B18762

Tints of Medium Wood #B18762

Color information

#B18762 (or 0xB18762) is unknown color: approx Medium Wood. HEX triplet: B1, 87 and 62. RGB value is (177,135,98). Sum of RGB (Red+Green+Blue) = 177+135+98=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18762 is #4E789D. Grayscale: #8F8F8F. Windows color (decimal): -5142686 or 6457265. OLE color: 6457265.

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

Color convert

RGB17713598-
CMYK00.240.450.31
HSL28.1º33.62%53.92%-
HSV(B)28.1º44.63%69.41%-
XYZ2927.5615.35-
YUV143.34102.41152.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=43.17%
G=32.93%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771359800.240.450.3128.133.6253.92
HexB187620182D1F1c2236
Octal2612071420305537344266
Binary101100011000011111000100110001011011111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18762; }

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

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

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

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

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

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

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

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