#B68159

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

Shades of Medium Wood #B68159

Tints of Medium Wood #B68159

Color information

#B68159 (or 0xB68159) is unknown color: approx Medium Wood. HEX triplet: B6, 81 and 59. RGB value is (182,129,89). Sum of RGB (Red+Green+Blue) = 182+129+89=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68159 is #497EA6. Grayscale: #8C8C8C. Windows color (decimal): -4816551 or 5865910. OLE color: 5865910.

HSL color Cylindrical-coordinate representation of color #B68159: hue angle of 25.81º 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 #B68159 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18212989-
CMYK00.290.510.29
HSL25.81º38.91%53.14%-
HSV(B)25.81º51.1%71.37%-
XYZ28.9426.3713.01-
YUV140.2999.06157.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=45.5%
G=32.25%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821298900.290.510.2925.8138.9153.14
HexB6815901D331D1a2735
Octal2662011310356335324765
Binary101101101000000110110010111011100111110111010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68159; }

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

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

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

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

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

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

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

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