#B67F5E

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

Shades of Medium Wood #B67F5E

Tints of Medium Wood #B67F5E

Color information

#B67F5E (or 0xB67F5E) is unknown color: approx Medium Wood. HEX triplet: B6, 7F and 5E. RGB value is (182,127,94). Sum of RGB (Red+Green+Blue) = 182+127+94=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F5E is #4980A1. Grayscale: #8B8B8B. Windows color (decimal): -4817058 or 6193078. OLE color: 6193078.

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

Color convert

RGB18212794-
CMYK00.300.480.29
HSL22.5º37.61%54.12%-
HSV(B)22.5º48.35%71.37%-
XYZ28.925.9314.07-
YUV139.68102.22158.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=45.16%
G=31.51%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821279400.300.480.2922.537.6154.12
HexB67F5E01E301D162636
Octal2661771360366035264666
Binary10110110111111110111100111101100001110110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F5E; }

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

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

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

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

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

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

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

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