#B68A66

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

Shades of Medium Wood #B68A66

Tints of Medium Wood #B68A66

Color information

#B68A66 (or 0xB68A66) is unknown color: approx Medium Wood. HEX triplet: B6, 8A and 66. RGB value is (182,138,102). Sum of RGB (Red+Green+Blue) = 182+138+102=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A66 is #497599. Grayscale: #939393. Windows color (decimal): -4814234 or 6720182. OLE color: 6720182.

HSL color Cylindrical-coordinate representation of color #B68A66: hue angle of 27º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68A66 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182138102-
CMYK00.240.440.29
HSL27º35.4%55.69%-
HSV(B)27º43.96%71.37%-
XYZ30.7829.0816.56-
YUV147.05102.58152.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=43.13%
G=32.70%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213810200.240.440.292735.455.69
HexB68A660182C1D1b2338
Octal2662121460305435334370
Binary101101101000101011001100110001011001110111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A66; }

 p { color: rgb(182,138,102); }

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

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

 a { background-color: rgb(182,138,102); }

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

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

 span { border-color: rgb(182,138,102); }

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