#B67F5B

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

Shades of Medium Wood #B67F5B

Tints of Medium Wood #B67F5B

Color information

#B67F5B (or 0xB67F5B) is unknown color: approx Medium Wood. HEX triplet: B6, 7F and 5B. RGB value is (182,127,91). Sum of RGB (Red+Green+Blue) = 182+127+91=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F5B is #4980A4. Grayscale: #8B8B8B. Windows color (decimal): -4817061 or 5996470. OLE color: 5996470.

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

Color convert

RGB18212791-
CMYK00.300.50.29
HSL23.74º38.4%53.53%-
HSV(B)23.74º50%71.37%-
XYZ28.7725.8813.38-
YUV139.34100.72158.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=45.5%
G=31.75%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821279100.300.50.2923.7438.453.53
HexB67F5B01E321D182636
Octal2661771330366235304666
Binary10110110111111110110110111101100101110111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F5B; }

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

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

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

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

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

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

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

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