#B67C65

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

Shades of Medium Wood #B67C65

Tints of Medium Wood #B67C65

Color information

#B67C65 (or 0xB67C65) is unknown color: approx Medium Wood. HEX triplet: B6, 7C and 65. RGB value is (182,124,101). Sum of RGB (Red+Green+Blue) = 182+124+101=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C65 is #49839A. Grayscale: #8A8A8A. Windows color (decimal): -4817819 or 6651062. OLE color: 6651062.

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

Color convert

RGB182124101-
CMYK00.320.450.29
HSL17.04º35.68%55.49%-
HSV(B)17.04º44.51%71.37%-
XYZ28.8525.315.67-
YUV138.72106.72158.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=44.72%
G=30.47%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212410100.320.450.2917.0435.6855.49
HexB67C650202D1D112437
Octal2661741450405535214467
Binary101101101111100110010101000001011011110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C65; }

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

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

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

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

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

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

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

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