#B67F5C

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

Shades of Medium Wood #B67F5C

Tints of Medium Wood #B67F5C

Color information

#B67F5C (or 0xB67F5C) is unknown color: approx Medium Wood. HEX triplet: B6, 7F and 5C. RGB value is (182,127,92). Sum of RGB (Red+Green+Blue) = 182+127+92=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F5C is #4980A3. Grayscale: #8B8B8B. Windows color (decimal): -4817060 or 6062006. OLE color: 6062006.

HSL color Cylindrical-coordinate representation of color #B67F5C: hue angle of 23.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B67F5C is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18212792-
CMYK00.300.490.29
HSL23.33º38.14%53.73%-
HSV(B)23.33º49.45%71.37%-
XYZ28.8125.913.61-
YUV139.45101.22158.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=45.39%
G=31.67%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821279200.300.490.2923.3338.1453.73
HexB67F5C01E311D172636
Octal2661771340366135274666
Binary10110110111111110111000111101100011110110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F5C; }

 p { color: rgb(182,127,92); }

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

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

 a { background-color: rgb(182,127,92); }

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

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

 span { border-color: rgb(182,127,92); }

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