#b67f57

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

Shades of Medium Wood #B67F57

Tints of Medium Wood #B67F57

Color information

#B67F57 (or 0xB67F57) is unknown color: approx Medium Wood. HEX triplet: B6, 7F and 57. RGB value is (182,127,87). Sum of RGB (Red+Green+Blue) = 182+127+87=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F57 is #4980A8. Grayscale: #8B8B8B. Windows color (decimal): -4817065 or 5734326. OLE color: 5734326.

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

Color convert

RGB18212787-
CMYK00.300.520.29
HSL25.26º39.42%52.75%-
HSV(B)25.26º52.2%71.37%-
XYZ28.625.8112.49-
YUV138.8898.72158.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=45.96%
G=32.07%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821278700.300.520.2925.2639.4252.75
HexB67F5701E341D192735
Octal2661771270366435314765
Binary10110110111111110101110111101101001110111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67f57; }

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

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

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

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

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

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

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

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