#B68059

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

Shades of Medium Wood #B68059

Tints of Medium Wood #B68059

Color information

#B68059 (or 0xB68059) is unknown color: approx Medium Wood. HEX triplet: B6, 80 and 59. RGB value is (182,128,89). Sum of RGB (Red+Green+Blue) = 182+128+89=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68059 is #497FA6. Grayscale: #8B8B8B. Windows color (decimal): -4816807 or 5865654. OLE color: 5865654.

HSL color Cylindrical-coordinate representation of color #B68059: hue angle of 25.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B68059 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18212889-
CMYK00.300.510.29
HSL25.16º38.91%53.14%-
HSV(B)25.16º51.1%71.37%-
XYZ28.8126.112.97-
YUV139.799.39158.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=45.61%
G=32.08%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821288900.300.510.2925.1638.9153.14
HexB6805901E331D192735
Octal2662001310366335314765
Binary101101101000000010110010111101100111110111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68059; }

 p { color: rgb(182,128,89); }

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

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

 a { background-color: rgb(182,128,89); }

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

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

 span { border-color: rgb(182,128,89); }

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