#b67c55

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

Shades of Medium Wood #B67C55

Tints of Medium Wood #B67C55

Color information

#B67C55 (or 0xB67C55) is unknown color: approx Medium Wood. HEX triplet: B6, 7C and 55. RGB value is (182,124,85). Sum of RGB (Red+Green+Blue) = 182+124+85=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C55 is #4983AA. Grayscale: #898989. Windows color (decimal): -4817835 or 5602486. OLE color: 5602486.

HSL color Cylindrical-coordinate representation of color #B67C55: hue angle of 24.12º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B67C55 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18212485-
CMYK00.320.530.29
HSL24.12º39.92%52.35%-
HSV(B)24.12º53.3%71.37%-
XYZ28.1425.0211.94-
YUV136.998.72160.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=46.55%
G=31.71%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821248500.320.530.2924.1239.9252.35
HexB67C55020351D182834
Octal2661741250406535305064
Binary101101101111100101010101000001101011110111000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67c55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67c55; }

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

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

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

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

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

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

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

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