#B67D66

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

Shades of Medium Wood #B67D66

Tints of Medium Wood #B67D66

Color information

#B67D66 (or 0xB67D66) is unknown color: approx Medium Wood. HEX triplet: B6, 7D and 66. RGB value is (182,125,102). Sum of RGB (Red+Green+Blue) = 182+125+102=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D66 is #498299. Grayscale: #8B8B8B. Windows color (decimal): -4817562 or 6716854. OLE color: 6716854.

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

Color convert

RGB182125102-
CMYK00.310.440.29
HSL17.25º35.4%55.69%-
HSV(B)17.25º43.96%71.37%-
XYZ29.0225.5715.98-
YUV139.42106.88158.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=44.50%
G=30.56%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212510200.310.440.2917.2535.455.69
HexB67D6601F2C1D112338
Octal2661751460375435214370
Binary10110110111110111001100111111011001110110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D66; }

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

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

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

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

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

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

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

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