#B68265

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

Shades of Medium Wood #B68265

Tints of Medium Wood #B68265

Color information

#B68265 (or 0xB68265) is unknown color: approx Medium Wood. HEX triplet: B6, 82 and 65. RGB value is (182,130,101). Sum of RGB (Red+Green+Blue) = 182+130+101=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B68265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68265 is #497D9A. Grayscale: #8E8E8E. Windows color (decimal): -4816283 or 6652598. OLE color: 6652598.

HSL color Cylindrical-coordinate representation of color #B68265: hue angle of 21.48º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68265 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB182130101-
CMYK00.290.450.29
HSL21.48º35.68%55.49%-
HSV(B)21.48º44.51%71.37%-
XYZ29.6226.8515.93-
YUV142.24104.73156.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=44.07%
G=31.48%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213010100.290.450.2921.4835.6855.49
HexB6826501D2D1D152437
Octal2662021450355535254467
Binary101101101000001011001010111011011011110110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68265; }

 p { color: rgb(182,130,101); }

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

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

 a { background-color: rgb(182,130,101); }

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

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

 span { border-color: rgb(182,130,101); }

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